https://bugs.winehq.org/show_bug.cgi?id=52069
Bug ID: 52069 Summary: ntdll:virtual fails in test_NtAllocateVirtualMemory() on Windows 10 1709 and older Product: Wine Version: unspecified Hardware: x86-64 OS: Windows Status: NEW Severity: normal Priority: P2 Component: ntdll Assignee: wine-bugs@winehq.org Reporter: fgouget@codeweavers.com
ntdll:virtual fails in test_NtAllocateVirtualMemory() on Windows 7 to Windows 10 1709 in both 32- and 64-bit mode:
virtual.c:248: Test failed: wrong size 10000
https://test.winehq.org/data/patterns.html#ntdll:virtual
Unsurprisingly a bisect shows that the failure appeared with this commit:
commit 7d2a7b94aad8a776a2ee3031a18bb3b53d5925cd Author: Alexandre Julliard julliard@winehq.org Date: Fri Nov 19 11:04:30 2021 +0100
ntdll: Fix handling of zero size with MEM_DECOMMIT.
Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=52023 Signed-off-by: Alexandre Julliard julliard@winehq.org
See also bug 52067.