diff options
author | Pablo Neira Ayuso <pablo@netfilter.org> | 2024-09-17 19:18:09 +0200 |
---|---|---|
committer | Pablo Neira Ayuso <pablo@netfilter.org> | 2024-09-17 21:42:30 +0200 |
commit | e3d2a5e852ceea587bfff5878e6e5c569f15116a (patch) | |
tree | b419ff6076d61e292c88c2cbeeb52b6a87a940ac /tests/shell/testcases/rule_management/dumps/0003insert_0.json-nft | |
parent | 9a6a8626504f64d40126afd279d9526b6bbccc60 (diff) |
cache: initialize filter when fetching implicit chains
ASAN reports:
src/cache.c:734:25: runtime error: load of value 189, which is not a valid value for type '_Bool'
because filter->reset.rule remains uninitialized.
Initialize filter and replace existing construct to initialize table and
chain which leaves remaining fields uninitialized.
Fixes: dbff26bfba83 ("cache: consolidate reset command")
Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
Diffstat (limited to 'tests/shell/testcases/rule_management/dumps/0003insert_0.json-nft')
0 files changed, 0 insertions, 0 deletions