[2/2] kernel32: Handle memory allocation failure in ReadConsoleA.

Alexandre Julliard julliard at winehq.org
Mon Apr 14 13:21:42 CDT 2014


Dmitry Timoshkov <dmitry at baikal.ru> writes:

> @@ -2566,8 +2566,6 @@ static void test_ReadConsole(void)
>      ok(ret == INVALID_FILE_SIZE, "expected INVALID_FILE_SIZE, got %#x\n", ret);
>      ok(GetLastError() == ERROR_INVALID_HANDLE, "expected ERROR_INVALID_HANDLE, got %d\n", GetLastError());
>  
> -if (0) /* FIXME: uncomment once Wine doesn't hang forever */
> -{

It still hangs here on 64-bit.

-- 
Alexandre Julliard
julliard at winehq.org



More information about the wine-devel mailing list