Added patch to return STATUS_OBJECT_NAME_INVALID in wine_nt_to_unix_file_name for paths that only contain a prefix.

This commit is contained in:
Sebastian Lackner
2015-08-22 10:00:16 +02:00
parent afb16555cd
commit 6022983803
7 changed files with 220 additions and 14 deletions

2
debian/changelog vendored
View File

@@ -26,6 +26,8 @@ wine-staging (1.7.50) UNRELEASED; urgency=low
Bug #471).
* Added patch to fix implementation of msvcrt.close when stdout == stderr
(fixes Wine Staging Bug #485).
* Added patch to return STATUS_OBJECT_NAME_INVALID in
wine_nt_to_unix_file_name for paths that only contain a prefix.
* Removed patch to move security cookie initialization from memory management
to loader (accepted upstream).
* Removed patches for stub of D3DCompileFromFile and D3DCompile2 (accepted