Added patch to fix memory corruption wineserver (token_duplicate should not reference the original token).

This commit is contained in:
Sebastian Lackner
2015-12-10 16:49:38 +01:00
parent c3f580b642
commit 7dac88ab13
4 changed files with 43 additions and 3 deletions

View File

@@ -4,6 +4,8 @@ wine-staging (1.8~rc4) UNRELEASED; urgency=low
* Removed patch to return an error when trying to open a terminated process
(replaced with alternative approach).
* Added patch to avoid holding reference on parent process in wineserver.
* Added patch to fix memory corruption wineserver (token_duplicate should not
reference the original token).
-- Sebastian Lackner <sebastian@fds-team.de> Tue, 08 Dec 2015 18:32:59 +0100
wine-staging (1.8~rc3) unstable; urgency=low