Added patch to only zero the buffer up 32767 bytes in GetTempPathW.

This commit is contained in:
Sebastian Lackner
2015-03-17 19:26:00 +01:00
parent 0486bc809f
commit 2dd6d5e049
5 changed files with 105 additions and 1 deletions

1
debian/changelog vendored
View File

@@ -19,6 +19,7 @@ wine-staging (1.7.39) UNRELEASED; urgency=low
* Added patch to implement _ismbckata and _mbctohira, moreover fix wrong return value of _ismbckata.
* Added patch to improve stub for ID3DXEffectImpl_CloneEffect.
* Added patch with additional tests for server-PeekMessage.
* Added patch to only zero the buffer up 32767 bytes in GetTempPathW.
* Removed patch to avoid hardcoded values for sizeof(GUID) (accepted upstream).
* Removed patches for SLGetWindowsInformationDWORD (accepted upstream).
* Removed patches for _ismbckata and _mbctohira (fixed upstream).