winex11-Thread_data: Add reference to upstream bug report.

This commit is contained in:
Sebastian Lackner 2015-03-05 02:45:23 +01:00
parent 48c5b12ec2
commit ef97a06e99
3 changed files with 5 additions and 2 deletions

View File

@ -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))

View File

@ -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
# |

View File

@ -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