]> git.ipfire.org Git - thirdparty/iptables.git/commit
arptables: Fix leak in nft_arp_print_rule()
authorPhil Sutter <phil@nwl.cc>
Wed, 6 May 2020 10:27:49 +0000 (12:27 +0200)
committerPhil Sutter <phil@nwl.cc>
Mon, 11 May 2020 12:28:29 +0000 (14:28 +0200)
commitb3b7eb6ce8773bcc76f603ebb0e606001894da34
treeb5aae23f632924c509de5ed64478837ccb3f0570
parent381b5569eb256e13346cff902d6ceed42cb441ad
arptables: Fix leak in nft_arp_print_rule()

The function missed to clear struct iptables_command_state again after
use.

Signed-off-by: Phil Sutter <phil@nwl.cc>
iptables/nft-arp.c