diff options
author | Phil Sutter <phil@nwl.cc> | 2023-09-20 19:33:40 +0200 |
---|---|---|
committer | Pablo Neira Ayuso <pablo@netfilter.org> | 2023-11-03 12:23:37 +0100 |
commit | 8db9eb7543e9e5ecd22be2397c1201f67d057040 (patch) | |
tree | 746ae37ee38f55b5813cb4c225235b189db94e9c /examples/nft-json-file.c | |
parent | 04109b455293d726fb565ac02e083fa41330e672 (diff) |
parser_json: Fix flowtable prio value parsing
commit 407e947dfc53827bd27689f2de9ed7f14f1b092e upstream.
Using format specifier 'I' requires a 64bit variable to write into. The
temporary variable 'prio' is of type int, though.
Fixes: 586ad210368b7 ("libnftables: Implement JSON parser")
Signed-off-by: Phil Sutter <phil@nwl.cc>
Diffstat (limited to 'examples/nft-json-file.c')
0 files changed, 0 insertions, 0 deletions