https://bugs.winehq.org/show_bug.cgi?id=53679
Bug ID: 53679 Summary: The 64-bit ntdll:env fails on Windows 7 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
The 64-bit ntdll:env fails on Windows 7:
env.c:340: Test failed: wrong buffer 77c/77c env.c:341: Test failed: wrong buffer 794/792 env.c:342: Test failed: wrong buffer 7ac/7aa env.c:344: Test failed: wrong buffer 7b4/7b2
https://test.winehq.org/data/patterns.html#ntdll:env
A bisect shows the commit below is responsible for these failures:
commit 5d99b2a32c2d679aa2bc47ef6e087aeb29a33e5f Author: Alexandre Julliard julliard@winehq.org Date: Fri Sep 9 15:10:57 2022 +0200
ntdll/tests: Remove workarounds for old Windows versions.
I have not been informed that Windows 7 is no longer part of the Windows versions we care about so I assume this is an unintended side effect of the patch.