diff options
author | Florian Westphal <fw@strlen.de> | 2023-12-04 22:00:06 +0100 |
---|---|---|
committer | Pablo Neira Ayuso <pablo@netfilter.org> | 2023-12-12 13:30:09 +0100 |
commit | 31d874c2e45958af8f3ed6015d6ab8626ab0e48b (patch) | |
tree | 20859e92fa4a34ea8cc85d06053e6244220a2d50 /src/json.c | |
parent | 972ee91aebd81d9312d84b3ac7ffccce7e35b5d1 (diff) |
evaluate: reject attempt to update a set
commit 5f43ea807bb0f5b30f332c2c96f13e33c9243d22 upstream.
This will crash as set->data is NULL, so check that SET_REF is pointing
to a map:
Error: candidates_ipv4 is not a map
tcp dport 10003 ip saddr . tcp dport @candidates_ipv4 add @candidates_ipv4 { ip saddr . 10 :0004 timeout 1s }
~~~~~~~~~~~~~~~~
Signed-off-by: Florian Westphal <fw@strlen.de>
Diffstat (limited to 'src/json.c')
0 files changed, 0 insertions, 0 deletions