TESTS: ist: fix wrong array size
authorWilliam Lallemand <wlallemand@haproxy.com>
Tue, 4 Mar 2025 09:47:08 +0000 (10:47 +0100)
committerWilly Tarreau <w@1wt.eu>
Thu, 13 Mar 2025 15:01:04 +0000 (16:01 +0100)
commitdf98c512bc927cd5c6a061a93f11bb01aceb265e
tree05953115067e5d676d6327ec454bda2a4c31063d
parent7b2212f5547ba4268a0de7657ec0b9ca18d40445
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.

(cherry picked from commit ddd2c82a3521ad61398d24fa10f7483cd6518de8)
Signed-off-by: Willy Tarreau <w@1wt.eu>
tests/unit/ist.c