aboutsummaryrefslogtreecommitdiff
path: root/include/uapi/linux
diff options
context:
space:
mode:
authorDaniel Borkmann <[email protected]>2013-12-31 12:40:05 +0100
committerPablo Neira Ayuso <[email protected]>2014-01-03 22:50:59 +0100
commit14662917907ebd95119378a32d50807e4621d2be (patch)
tree2a3ded92418925bf82294da2883fb392be051f38 /include/uapi/linux
parentd497c63527369844ea705149d5a26c9ac0f78282 (diff)
netfilter: nf_tables: fix type in parsing in nf_tables_set_alloc_name()
In nf_tables_set_alloc_name(), we are trying to find a new, unused name for our new set and interate through the list of present sets. As far as I can see, we're using format string %d to parse already present names in order to mark their presence in a bitmap, so that we can later on find the first 0 in that map to assign the new set name to. We should rather use a temporary variable of type int to store the result of sscanf() to, and for making sanity checks on. Signed-off-by: Daniel Borkmann <[email protected]> Signed-off-by: Pablo Neira Ayuso <[email protected]>
Diffstat (limited to 'include/uapi/linux')
0 files changed, 0 insertions, 0 deletions