Added patch to move cookie initialization code from memory management to loader.

This commit is contained in:
Sebastian Lackner
2015-08-08 21:05:57 +02:00
parent b23f8c789b
commit 0a38c0f4a6
5 changed files with 248 additions and 46 deletions

2
debian/changelog vendored
View File

@@ -7,6 +7,8 @@ wine-staging (1.7.49) UNRELEASED; urgency=low
* Added patch to implement stub for vcomp._vcomp_flush.
* Added patch to fix leak and use-after-free in winecfg theming
implementation.
* Added patch to move cookie initialization code from memory management to
loader.
* Removed patch to avoid race-conditions with long running threadpool tasks
(accepted upstream).
* Removed patch to add support for ThreadQuerySetWin32StartAddress info class