diff options
author | Christian Perle <chris@linuxinfotag.de> | 2009-02-17 17:31:52 +0100 |
---|---|---|
committer | Patrick McHardy <kaber@trash.net> | 2009-02-17 17:31:52 +0100 |
commit | 6db2ded2f22a7e78743c86af523b8430876582e9 (patch) | |
tree | 9c4d9eaf29ac49bc094b285566f3dd6c80e50ebd /extensions/libxt_NOTRACK.man | |
parent | 0ff6b46a331b7fa620c40d3110be5b3deb3c40a6 (diff) |
libxt_policy: cannot set spi/reqid numbers higher than 0x7fffffff
http://bugzilla.netfilter.org/show_bug.cgi?id=577
When using the -m policy match, the option argument for --spi is converted
using strtol(), which returns a signed 32 bit value, so the highest
positive value is 0x7fffffff. Instead strtoul() should be used.
The same applies for the --reqid option argument.
Signed-off-by: Patrick McHardy <kaber@trash.net>
Diffstat (limited to 'extensions/libxt_NOTRACK.man')
0 files changed, 0 insertions, 0 deletions