Added patch to fix leak and use-after-free in winecfg theming implementation.

This commit is contained in:
Sebastian Lackner
2015-08-08 01:09:04 +02:00
parent 45e6770be6
commit b23f8c789b
3 changed files with 56 additions and 12 deletions

2
debian/changelog vendored
View File

@@ -5,6 +5,8 @@ wine-staging (1.7.49) UNRELEASED; urgency=low
* Added patch with stubs for additional wininet options in InternetSetOption
(fixes Wine Staging Bug #443).
* Added patch to implement stub for vcomp._vcomp_flush.
* Added patch to fix leak and use-after-free in winecfg theming
implementation.
* Removed patch to avoid race-conditions with long running threadpool tasks
(accepted upstream).
* Removed patch to add support for ThreadQuerySetWin32StartAddress info class