]> git.ipfire.org Git - thirdparty/iptables.git/commit
libipt_REDIRECT: avoid dereference of uninitialized pointer
authorStephen Beahm <stephenbeahm@comcast.net>
Thu, 9 Dec 2010 11:15:50 +0000 (06:15 -0500)
committerJan Engelhardt <jengelh@medozas.de>
Sat, 8 Jan 2011 02:55:53 +0000 (03:55 +0100)
commit63ef52ac6bf8d555779456166009bd2f6b0a1081
tree7e31de33e45fda8d25bbfe576e9cd361cc257fb9
parentdfbedfedf610210c4ee3f00e9c4f9ea24c4ffe23
libipt_REDIRECT: avoid dereference of uninitialized pointer

When using --to-ports with a port name instead of a numerical
specification, a segfault occurs.

References: http://bugzilla.netfilter.org/show_bug.cgi?id=691
Signed-off-by: Jan Engelhardt <jengelh@medozas.de>
extensions/libipt_REDIRECT.c