]> git.ipfire.org Git - thirdparty/haproxy.git/commit
TESTS: ist: fix wrong array size
authorWilliam Lallemand <wlallemand@haproxy.com>
Tue, 4 Mar 2025 09:47:08 +0000 (10:47 +0100)
committerWilliam Lallemand <wlallemand@haproxy.com>
Tue, 4 Mar 2025 10:25:25 +0000 (11:25 +0100)
commitddd2c82a3521ad61398d24fa10f7483cd6518de8
tree733e75c8af3f4f6bc517b23f7a1180f08a2a5754
parent937ece45d437f5975cad72a895704053b46e849f
TESTS: ist: fix wrong array size

test_istzero() and test_istpad() has the wrong array size buf[] which
lacks the space for the '\0';

Could be backported in every stable branches.
tests/unit/ist.c