diff options
author | Kyle Zeng <zengyhkyle@gmail.com> | 2023-09-05 15:04:09 -0700 |
---|---|---|
committer | Florian Westphal <fw@strlen.de> | 2023-09-06 18:09:12 +0200 |
commit | 050d91c03b28ca479df13dfb02bcd2c60dd6a878 (patch) | |
tree | 63bd4a8adb4e199e0cd5ab761b5558ec65e91daa /tools/testing/ktest | |
parent | 2ee52ae94baabf7ee09cf2a8d854b990dac5d0e4 (diff) | |
download | linux-stable-050d91c03b28ca479df13dfb02bcd2c60dd6a878.tar.gz linux-stable-050d91c03b28ca479df13dfb02bcd2c60dd6a878.tar.bz2 linux-stable-050d91c03b28ca479df13dfb02bcd2c60dd6a878.zip |
netfilter: ipset: add the missing IP_SET_HASH_WITH_NET0 macro for ip_set_hash_netportnet.c
The missing IP_SET_HASH_WITH_NET0 macro in ip_set_hash_netportnet can
lead to the use of wrong `CIDR_POS(c)` for calculating array offsets,
which can lead to integer underflow. As a result, it leads to slab
out-of-bound access.
This patch adds back the IP_SET_HASH_WITH_NET0 macro to
ip_set_hash_netportnet to address the issue.
Fixes: 886503f34d63 ("netfilter: ipset: actually allow allowable CIDR 0 in hash:net,port,net")
Suggested-by: Jozsef Kadlecsik <kadlec@netfilter.org>
Signed-off-by: Kyle Zeng <zengyhkyle@gmail.com>
Acked-by: Jozsef Kadlecsik <kadlec@netfilter.org>
Signed-off-by: Florian Westphal <fw@strlen.de>
Diffstat (limited to 'tools/testing/ktest')
0 files changed, 0 insertions, 0 deletions