Added patch to fix access violation when calling GetStringTypeW with NULL src.

This commit is contained in:
Sebastian Lackner
2014-12-27 23:08:41 +01:00
parent 1944c4b4e8
commit bbd04d95a2
5 changed files with 77 additions and 1 deletions

1
debian/changelog vendored
View File

@@ -20,6 +20,7 @@ wine-staging (1.7.34) UNRELEASED; urgency=low
* Added patch to fix invalid usage of RegOpenKeyExW in msdmo.
* Added patch to add support for named pipe message mode.
* Added patch to avoid calling IDirect3DDevice7_DrawIndexedPrimitive if there is no primitive.
* Added patch to fix access violation when calling GetStringTypeW with NULL src.
* Removed patch to implement combase HSTRING objects (accepted upstream).
* Removed patch to add fake ProductId to registry (accepted upstream).
* Removed patch to implement stubs for MFStartup and MFShutdown (accepted upstream).