]> git.ipfire.org Git - thirdparty/iptables.git/commit
libxtables: do some option structure checking
authorJan Engelhardt <jengelh@medozas.de>
Sat, 8 Jan 2011 02:31:04 +0000 (03:31 +0100)
committerJan Engelhardt <jengelh@medozas.de>
Sat, 8 Jan 2011 02:32:20 +0000 (03:32 +0100)
commitdfbedfedf610210c4ee3f00e9c4f9ea24c4ffe23
treebcfc76bce8aaaf216d402e2a94784f6bfb88159a
parente814c8b894e5b8d1570c18aec2c67dfb0c0a59c0
libxtables: do some option structure checking

libxt_recent's use of numeric values >200 always looked worrisome. Now
here is a validation routine for such.

Signed-off-by: Jan Engelhardt <jengelh@medozas.de>
xtables.c