From: Nikolay Sivov Subject: [PATCH] comctl32/tests: Increase fixed buffer size to make test string fit Message-Id: <20161208221011.17285-1-nsivov@codeweavers.com> Date: Fri, 9 Dec 2016 01:10:11 +0300 Signed-off-by: Nikolay Sivov --- Reported by Austin. dlls/comctl32/tests/tooltips.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dlls/comctl32/tests/tooltips.c b/dlls/comctl32/tests/tooltips.c index 72bfc95..1fb9579 100644 --- a/dlls/comctl32/tests/tooltips.c +++ b/dlls/comctl32/tests/tooltips.c @@ -297,7 +297,7 @@ static void test_gettext(void) TTTOOLINFOA toolinfoA; TTTOOLINFOW toolinfoW; LRESULT r; - CHAR bufA[10] = ""; + CHAR bufA[16] = ""; WCHAR bufW[10] = { 0 }; DWORD length, style; -- 2.10.2