Commit b3a3804b authored by Michael Jung's avatar Michael Jung Committed by Alexandre Julliard

rsaenh: Enlarge buffer in test_enum_container. Fixes two test failures on Vista.

parent c8cb3b5f
......@@ -1546,7 +1546,7 @@ static void test_schannel_provider(void)
static void test_enum_container(void)
{
BYTE abContainerName[256];
BYTE abContainerName[MAX_PATH + 2]; /* Larger than maximum name len */
DWORD dwBufferLen;
BOOL result, fFound = FALSE;
......
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