Added patch to fix wrong return values of RtlFindActivationContextSectionString for NULL data (by Mark Jansen).

This commit is contained in:
Sebastian Lackner
2015-03-16 03:48:50 +01:00
parent 547d1a988d
commit ec4e719cd6
7 changed files with 599 additions and 32 deletions

2
debian/changelog vendored
View File

@@ -12,6 +12,8 @@ wine-staging (1.7.39) UNRELEASED; urgency=low
* Added patch to silence repeated 'Unhandled blend factor 0' FIXME messages.
* Added patch for stub of PowerCreateRequest.
* Added patch to invalidate key state cache globally after calling LL hooks.
* Added patch to fix Wine Staging Bug #162 - Caesar III demo installer crashes.
* Added patch to fix wrong return values of RtlFindActivationContextSectionString for NULL data (by Mark Jansen).
* Removed patch to avoid hardcoded values for sizeof(GUID) (accepted upstream).
* Removed patches for SLGetWindowsInformationDWORD (accepted upstream).
-- Sebastian Lackner <sebastian@fds-team.de> Mon, 09 Mar 2015 16:52:35 +0100