diff --git a/README.md b/README.md index 8d232ca7..2b5ff179 100644 --- a/README.md +++ b/README.md @@ -49,7 +49,7 @@ Included bug fixes and improvements * EA Origin needs support for job objects ([Wine Bug #33723](https://bugs.winehq.org/show_bug.cgi?id=33723)) * Enforce that surfaces are flushed after ReleaseDC * Fallback to global key state for threads without a queue ([Wine Bug #27238](https://bugs.winehq.org/show_bug.cgi?id=27238)) -* Fix crash in clip_cursor_notify caused by uninitialized TLS +* Fix crash in clip_cursor_notify caused by uninitialized TLS ([Wine Bug #36915](https://bugs.winehq.org/show_bug.cgi?id=36915)) * Fix race-condition when threads are killed during shutdown * Implement SetFileInformationByHandle * Increase wineconsole commandline buffer size ([Wine Bug #34814](https://bugs.winehq.org/show_bug.cgi?id=34814)) diff --git a/patches/patchinstall.sh b/patches/patchinstall.sh index 168d79be..a8e0e080 100755 --- a/patches/patchinstall.sh +++ b/patches/patchinstall.sh @@ -4159,6 +4159,9 @@ fi # Patchset winex11-Thread_Data # | +# | This patchset fixes the following Wine bugs: +# | * [#36915] Fix crash in clip_cursor_notify caused by uninitialized TLS +# | # | Modified files: # | * dlls/winex11.drv/mouse.c # | diff --git a/patches/winex11-Thread_Data/definition b/patches/winex11-Thread_Data/definition index 630d0517..a0cbdc42 100644 --- a/patches/winex11-Thread_Data/definition +++ b/patches/winex11-Thread_Data/definition @@ -1 +1 @@ -Fixes: Fix crash in clip_cursor_notify caused by uninitialized TLS +Fixes: [36915] Fix crash in clip_cursor_notify caused by uninitialized TLS