Added patch to fix NULL dereference in ICSeqCompressFrameStart.

This commit is contained in:
Sebastian Lackner
2015-01-07 10:51:59 +01:00
parent 2e6bd2290e
commit 673cb4f847
5 changed files with 49 additions and 1 deletions

View File

@@ -37,7 +37,7 @@ Wine. All those differences are also documented on the
Included bug fixes and improvements
===================================
**Bugfixes and features included in the next upcoming release [23]:**
**Bugfixes and features included in the next upcoming release [24]:**
* Add nvapi stubs required for GPU PhysX support
* Add stub for D3DXComputeNormalMap
@@ -47,6 +47,7 @@ Included bug fixes and improvements
* CreateProcess does not prioritize the working directory over the system search path ([Wine Bug #23934](https://bugs.winehq.org/show_bug.cgi?id=23934))
* Ensure X11 input events are handled even without explicit message loop ([Wine Bug #8854](https://bugs.winehq.org/show_bug.cgi?id=8854))
* Expose PKEY_AudioEndpoint_PhysicalSpeakers device property in PulseAudio driver
* Fix NULL dereference in ICSeqCompressFrameStart ([Wine Bug #27595](https://bugs.winehq.org/show_bug.cgi?id=27595))
* Fix access violation when calling GetStringTypeW with NULL src. ([Wine Bug #37759](https://bugs.winehq.org/show_bug.cgi?id=37759))
* Fix handling of subdirectory in FtpFindFirstFile ([Wine Bug #16526](https://bugs.winehq.org/show_bug.cgi?id=16526))
* Fix parameters for ConvertToIndexedBlendedMesh stub ([Wine Bug #36449](https://bugs.winehq.org/show_bug.cgi?id=36449))