[Git][wine/wine][master] 7 commits: ntdll: Always get the 64-bit TEB from the 32-bit one.
Alexandre Julliard pushed to branch master at wine / wine Commits: 232bf669 by Alexandre Julliard at 2026-05-14T11:53:40+02:00 ntdll: Always get the 64-bit TEB from the 32-bit one. To fail gracefully for threads without a TEB. - - - - - 9eb7765d by Alexandre Julliard at 2026-05-14T11:54:17+02:00 ntdll: Pass the thread data to get_cpu_area(). - - - - - add8a514 by Alexandre Julliard at 2026-05-14T12:12:37+02:00 ntdll: Add a helper function to initialize a CLIENT_ID structure. - - - - - 095e626b by Alexandre Julliard at 2026-05-14T12:16:38+02:00 winealsa.drv: Move zero_bits initialization to the wow64 attach callback. To avoid referencing the TEB. - - - - - 98d3e36f by Alexandre Julliard at 2026-05-14T12:16:54+02:00 winecoreaudio.drv: Move zero_bits initialization to the wow64 attach callback. To avoid referencing the TEB. - - - - - f1ca2eee by Alexandre Julliard at 2026-05-14T12:17:07+02:00 wineoss.drv: Move zero_bits initialization to the wow64 attach callback. To avoid referencing the TEB. - - - - - 4573f779 by Alexandre Julliard at 2026-05-14T12:17:24+02:00 winepulse.drv: Move zero_bits initialization to the wow64 attach callback. To avoid referencing the TEB. - - - - - 17 changed files: - dlls/ntdll/unix/env.c - dlls/ntdll/unix/file.c - dlls/ntdll/unix/process.c - dlls/ntdll/unix/server.c - dlls/ntdll/unix/signal_arm.c - dlls/ntdll/unix/signal_arm64.c - dlls/ntdll/unix/signal_i386.c - dlls/ntdll/unix/signal_x86_64.c - dlls/ntdll/unix/sync.c - dlls/ntdll/unix/system.c - dlls/ntdll/unix/thread.c - dlls/ntdll/unix/unix_private.h - dlls/ntdll/unix/virtual.c - dlls/winealsa.drv/alsa.c - dlls/winecoreaudio.drv/coreaudio.c - dlls/wineoss.drv/oss.c - dlls/winepulse.drv/pulse.c View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/df1614b43d6d38d2668d1156992780... -- View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/df1614b43d6d38d2668d1156992780... You're receiving this email because of your account on gitlab.winehq.org. Manage all notifications: https://gitlab.winehq.org/-/profile/notifications | Help: https://gitlab.winehq.org/help
participants (1)
-
Alexandre Julliard (@julliard)