summaryrefslogtreecommitdiffstats
path: root/extensions
diff options
context:
space:
mode:
authorPhil Sutter <phil@nwl.cc>2020-05-06 13:33:20 +0200
committerPhil Sutter <phil@nwl.cc>2020-05-11 14:28:29 +0200
commitb199aca80da5741add50cce244492cc005230b66 (patch)
treeb770ea139885a8734725b3c729a87e14a3437157 /extensions
parentb3b7eb6ce8773bcc76f603ebb0e606001894da34 (diff)
nft: Fix leak when replacing a rule
If nft_rule_append() is called with a reference rule, it is supposed to insert the new rule at the reference position and then remove the reference from cache. Instead, it removed the new rule from cache again right after inserting it. Also, it missed to free the removed rule. Fixes: 5ca9acf51adf9 ("xtables: Fix position of replaced rules in cache") Signed-off-by: Phil Sutter <phil@nwl.cc>
Diffstat (limited to 'extensions')
0 files changed, 0 insertions, 0 deletions