Commit 63b8624a authored by Detlef Riekenberg's avatar Detlef Riekenberg Committed by Alexandre Julliard

shlwapi/tests: Fix a buffer overflow that results in a crash on Win9x.

parent 69797d7f
......@@ -799,7 +799,7 @@ static void test_PathAppendA(void)
static void test_PathCanonicalizeA(void)
{
char dest[MAX_PATH];
char dest[LONG_LEN + MAX_PATH];
char too_long[LONG_LEN];
BOOL res;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment