mirror of
https://gitlab.winehq.org/wine/wine-staging.git
synced 2024-09-13 09:17:20 -07:00
winex11-Thread_data: Add reference to upstream bug report.
This commit is contained in:
parent
48c5b12ec2
commit
ef97a06e99
@ -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))
|
||||
|
@ -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
|
||||
# |
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user