]> git.ipfire.org Git - thirdparty/nftables.git/commit
netlink: Keep going after set element parsing failures
authorPhil Sutter <phil@nwl.cc>
Fri, 16 May 2025 17:33:25 +0000 (19:33 +0200)
committerPhil Sutter <phil@nwl.cc>
Sun, 25 May 2025 07:55:35 +0000 (09:55 +0200)
commit31732dea34a2a4c484df13c4003728eca396e573
tree436b70f621054b5914ec732bc7201f6319eec628
parent6296f09b8b8ecb6d46cfcd90fd955a39bd86c6c9
netlink: Keep going after set element parsing failures

Print an error message and try to deserialize the remaining elements
instead of calling BUG().

Signed-off-by: Phil Sutter <phil@nwl.cc>
Reviewed-by: Pablo Neira Ayuso <pablo@netfilter.org>
src/netlink.c