]> git.ipfire.org Git - thirdparty/haproxy.git/commit
BUG/MINOR: cli: Missing arg offset for filter data values.
authorAdis Nezirovic <anezirovic@haproxy.com>
Wed, 22 Jan 2020 15:16:48 +0000 (16:16 +0100)
committerWilly Tarreau <w@1wt.eu>
Wed, 22 Jan 2020 17:09:06 +0000 (18:09 +0100)
commit56dd354b3c55876c4e693fe5eee919e85b2bad53
tree4ca9148d86724fbe839d792b457d62d97c8ee9f3
parent2b64a35184010fb12d7fbeaab462a844d3ac2f74
BUG/MINOR: cli: Missing arg offset for filter data values.

We don't properly check for missing data values for additional filter
entries, passing out of bounds index to args[], then passing to strlen.

Introduced in commit 1a693fc2: (MEDIUM: cli: Allow multiple filter
entries for "show table")
src/stick_table.c