ntdll-Virtual_Memory_Stack: Remove Fixes: line, the patch doesn't help when compiling with optimization.

This commit is contained in:
Sebastian Lackner 2015-10-03 19:10:34 +02:00
parent c7c250e381
commit 3c4ad355ff
3 changed files with 4 additions and 6 deletions

View File

@ -34,7 +34,7 @@ Wine. All those differences are also documented on the
Included bug fixes and improvements
-----------------------------------
**Bug fixes and features included in the next upcoming release [19]:**
**Bug fixes and features included in the next upcoming release [18]:**
* Add implementation for mfplat.MFTEnum ([Wine Bug #39309](https://bugs.winehq.org/show_bug.cgi?id=39309))
* Add implementation for msidb commandline tool
@ -50,7 +50,6 @@ Included bug fixes and improvements
* Make ddraw1 and ddraw_surface1 vtable as writable
* Pass cookie by reference to msvcrt_local_unwind4 in _seh_longjmp_unwind4 ([Wine Bug #39356](https://bugs.winehq.org/show_bug.cgi?id=39356))
* Protect TVM_GETITEM from invalid item pointers ([Wine Bug #33001](https://bugs.winehq.org/show_bug.cgi?id=33001))
* Reduce stack usage of virtual memory functions ([Wine Bug #34558](https://bugs.winehq.org/show_bug.cgi?id=34558))
* Refresh MDI menus when DefMDIChildProc(WM_SETTEXT) is called ([Wine Bug #21855](https://bugs.winehq.org/show_bug.cgi?id=21855))
* RegOpenKeyExA, RegCloseKey and RegQueryValueExA should be hotpatchable
* Return STATUS_INVALID_DEVICE_REQUEST when trying to call NtReadFile on directory

View File

@ -1 +1,3 @@
Fixes: [34558] Reduce stack usage of virtual memory functions
# Most distributions compile Wine with optimizations enabled, unfortunately
# the patch doesn't help then. Do not claim its fixed until it works everywhere.
# Fixes: [34558] Reduce stack usage of virtual memory functions

View File

@ -2087,9 +2087,6 @@ fi
# Patchset ntdll-Virtual_Memory_Stack
# |
# | This patchset fixes the following Wine bugs:
# | * [#34558] Reduce stack usage of virtual memory functions
# |
# | Modified files:
# | * dlls/ntdll/virtual.c
# |