https://bugs.winehq.org/show_bug.cgi?id=55269
Bug ID: 55269 Summary: ntdll:info - The 32-bit test_query_process_debug_port() gets a bad len on Windows 8 64-bit 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:info - The 32-bit test_query_process_debug_port() gets a bad len on Windows 8 64-bit :
info.c:2082: Test failed: len set to 32ed70 info.c:2089: Test failed: len set to 32ed70 info.c:2096: Test failed: len set to 32ed70
See https://test.winehq.org/data/patterns.html#ntdll:info
A bisect shows that the failures started with the commit below:
commit 7e521b4db353bcfb60976d89009636bec8e16a8d Author: Alexandre Julliard julliard@winehq.org Date: Tue Jul 11 13:41:13 2023 +0200
ntdll: Fix returned length for some info classes in NtQueryInformationProcess().
https://bugs.winehq.org/show_bug.cgi?id=55269
François Gouget fgouget@codeweavers.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Regression SHA1| |7e521b4db353bcfb60976d89009 | |636bec8e16a8d Keywords| |regression, source, | |testcase
https://bugs.winehq.org/show_bug.cgi?id=55269
François Gouget fgouget@codeweavers.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Fixed by SHA1| |5bd5fecbeb3ef50292a38f02653 | |81ea13acc0f82 Status|NEW |RESOLVED Resolution|--- |FIXED
--- Comment #1 from François Gouget fgouget@codeweavers.com --- This was fixed on 2023-09-01:
commit 5bd5fecbeb3ef50292a38f0265381ea13acc0f82 Author: Alexandre Julliard julliard@winehq.org AuthorDate: Fri Sep 1 16:08:16 2023 +0200
ntdll/tests: Allow more invalid length values on Windows.
https://bugs.winehq.org/show_bug.cgi?id=55269
Alexandre Julliard julliard@winehq.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #2 from Alexandre Julliard julliard@winehq.org --- Closing bugs fixed in 8.19.