]> git.ipfire.org Git - thirdparty/xtables-addons.git/commit
TARPIT: fix memory leak when tarpit_generic() fails
authorJosh Hunt <johunt@akamai.com>
Wed, 1 Aug 2012 22:07:42 +0000 (00:07 +0200)
committerJan Engelhardt <jengelh@inai.de>
Thu, 2 Aug 2012 15:48:05 +0000 (17:48 +0200)
commit4ff5a8fbf62b75b17194a5cd324c08b8fa0f08bf
tree452cd1bf2d13e73ddd18062cdf53b53e130c5c36
parent37e3a543a9517543e10aa87a362f0dbe6f0370f2
TARPIT: fix memory leak when tarpit_generic() fails

Currently tarpit_generic() just returns on failure, but this does not
free nskb.

Signed-off-by: Josh Hunt <johunt@akamai.com>
doc/changelog.txt
extensions/xt_TARPIT.c