diff options
author | Florian Westphal <fw@strlen.de> | 2024-02-13 18:23:38 +0300 |
---|---|---|
committer | Florian Westphal <fw@strlen.de> | 2024-02-21 13:57:11 +0300 |
commit | 07ace0bbe03b3d8e85869af1dec5e4087b1d57b8 (patch) | |
tree | e3daeef43b443a27e206bf3ba6bc0418edb33ffc /tools/perf/scripts/python/stackcollapse.py | |
parent | f04df573faf90bb828a2241b650598c02c074323 (diff) | |
download | linux-07ace0bbe03b3d8e85869af1dec5e4087b1d57b8.tar.xz |
netfilter: nft_set_pipapo: do not rely on ZERO_SIZE_PTR
pipapo relies on kmalloc(0) returning ZERO_SIZE_PTR (i.e., not NULL
but pointer is invalid).
Rework this to not call slab allocator when we'd request a 0-byte
allocation.
Reviewed-by: Stefano Brivio <sbrivio@redhat.com>
Signed-off-by: Florian Westphal <fw@strlen.de>
Diffstat (limited to 'tools/perf/scripts/python/stackcollapse.py')
0 files changed, 0 insertions, 0 deletions