]> git.ipfire.org Git - thirdparty/nftables.git/commit
cache: Tolerate object deserialization failures
authorPhil Sutter <phil@nwl.cc>
Fri, 16 May 2025 17:36:37 +0000 (19:36 +0200)
committerPhil Sutter <phil@nwl.cc>
Sun, 25 May 2025 07:55:35 +0000 (09:55 +0200)
commit610089f273c968c983d965f3cac42e4d9784cde8
treeb5fdf655b61cebb0caaf904f81918985a902e589
parent31732dea34a2a4c484df13c4003728eca396e573
cache: Tolerate object deserialization failures

If netlink_delinearize_obj() fails, it will print an error message. Skip
this object and keep going.

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