summaryrefslogtreecommitdiffstats
path: root/extensions/libipt_ttl.txlate
diff options
context:
space:
mode:
authorPhil Sutter <phil@nwl.cc>2024-04-09 13:18:12 +0200
committerPhil Sutter <phil@nwl.cc>2024-04-10 01:08:45 +0200
commita2911408959d7e86bc4bad4f1be2551a19ad125c (patch)
tree27c680e0a60c55923e49df5eaa7214bce0dc304e /extensions/libipt_ttl.txlate
parent400fb98dde882da4c1d2c763de3f16a8ba1484b4 (diff)
xshared: Fix parsing of empty string arg in '-c' option
Calling iptables with '-c ""' resulted in a call to strchr() with an invalid pointer as 'optarg + 1' points to past the buffer. The most simple fix is to drop the offset: The global optstring part specifies a single colon after 'c', so getopt() enforces a valid pointer in optarg. If it contains a comma at first position, packet counter value parsing will fail so all cases are covered. Reported-by: gorbanev.es@gmail.com Closes: https://bugzilla.netfilter.org/show_bug.cgi?id=1741 Fixes: 60a6073690a45 ("Make --set-counters (-c) accept comma separated counters") Signed-off-by: Phil Sutter <phil@nwl.cc>
Diffstat (limited to 'extensions/libipt_ttl.txlate')
0 files changed, 0 insertions, 0 deletions