https://bugs.winehq.org/show_bug.cgi?id=50961
--- Comment #5 from Fyro fabienmoal@wanadoo.fr --- commit responsible for the bug
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(-)