Added patch to avoid accessing stack below ESP when restoring thread context.

This commit is contained in:
Sebastian Lackner
2015-02-13 01:46:19 +01:00
parent 9afb8c2b6d
commit 6a98a1f8aa
5 changed files with 103 additions and 1 deletions

1
debian/changelog vendored
View File

@@ -9,6 +9,7 @@ wine-staging (1.7.37) UNRELEASED; urgency=low
* Added patch to add stub for ntoskrnl.ExAcquireResourceExclusiveLite.
* Added patch to add stub for ntoskrnl.ExReleaseResourceForThread.
* Added patch to add stub for ntoskrnl.ExDeleteResourceLite.
* Added patch to avoid accessing stack below ESP when restoring thread context.
* Removed patches for UTF7 support (accepted upstream).
* Removed patches for SIO_ADDRESS_LIST_CHANGE ioctl (accepted upstream).
-- Sebastian Lackner <sebastian@fds-team.de> Sun, 08 Feb 2015 20:29:38 +0100