Added patch to fix the initialization of combined DACLs when the new DACL is empty.

This commit is contained in:
Sebastian Lackner
2015-10-17 03:17:26 +02:00
parent 0c3120e10d
commit 1f9e5b10e0
6 changed files with 190 additions and 1 deletions

2
debian/changelog vendored
View File

@@ -7,6 +7,8 @@ wine-staging (1.7.53) UNRELEASED; urgency=low
* Added patch to fix handling of wait interrupted by User APC.
* Added patch to use wrapper functions for syscalls to appease Chromium
sandbox (32-bit).
* Added patch to fix the initialization of combined DACLs when the new DACL is
empty.
* Removed patch to mark RegOpenKeyExA, RegCloseKey and RegQueryValueExA as
hotpatchable (accepted upstream).
* Removed patch to mark BitBlt and StretchDIBits as hotpatchable (accepted