]> git.ipfire.org Git - thirdparty/nftables.git/commit
netlink: check and handle errors from netlink_delinearize_set()
authorPatrick McHardy <kaber@trash.net>
Thu, 10 Jul 2014 10:21:44 +0000 (12:21 +0200)
committerPatrick McHardy <kaber@trash.net>
Thu, 10 Jul 2014 10:21:44 +0000 (12:21 +0200)
commitccf47494f9ec7c7a8188466cc1dbc170b8dceed0
treeb151d96759c5fefd9672a5df87cb594747e76efc
parentae73759150652213029718ecfa3017fa28e879c1
netlink: check and handle errors from netlink_delinearize_set()

Fix segfaults when delinearizing the set fails and abort on error when
listing sets.

Signed-off-by: Patrick McHardy <kaber@trash.net>
src/netlink.c