commit | 56dd354b3c55876c4e693fe5eee919e85b2bad53 | [log] [tgz] |
---|---|---|
author | Adis Nezirovic <anezirovic@haproxy.com> | Wed Jan 22 16:16:48 2020 +0100 |
committer | Willy Tarreau <w@1wt.eu> | Wed Jan 22 18:09:06 2020 +0100 |
tree | 4ca9148d86724fbe839d792b457d62d97c8ee9f3 | |
parent | 2b64a35184010fb12d7fbeaab462a844d3ac2f74 [diff] |
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")