https://bugs.winehq.org/show_bug.cgi?id=52475
Patrick Hibbs hibbsncc1701@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Regression SHA1| |beff5c56cdb02d614a5159de0e5 | |ce1914c8ebc77
--- Comment #3 from Patrick Hibbs hibbsncc1701@gmail.com --- Bisect reveals that the regression occurred between wine-6.5 and wine-6.6 with the actual first bad commit being beff5c56cdb02d614a5159de0e5ce1914c8ebc77.
beff5c56cdb02d614a5159de0e5ce1914c8ebc77 is the first bad commit commit beff5c56cdb02d614a5159de0e5ce1914c8ebc77 Author: Alexandre Julliard julliard@winehq.org Date: Mon Apr 5 12:05:38 2021 +0200
ntdll: Move the PEB initialization to LdrInitializeThunk().
Signed-off-by: Alexandre Julliard julliard@winehq.org
dlls/ntdll/loader.c | 62 +++++++++++++++++++++---------------------------- dlls/ntdll/ntdll_misc.h | 1 - dlls/ntdll/thread.c | 7 +----- 3 files changed, 28 insertions(+), 42 deletions(-)