imagehlp-Cleanup: Add reference to upstream bugreport.

This commit is contained in:
Sebastian Lackner 2015-09-02 15:14:33 +02:00
parent 969a65493a
commit a465af2933
3 changed files with 5 additions and 2 deletions

View File

@ -229,7 +229,7 @@ for more details.*
* Prevent window managers from grouping all wine programs together ([Wine Bug #32699](https://bugs.winehq.org/show_bug.cgi?id=32699))
* Process APC calls before starting process
* Process Hacker 2.x needs ntoskrnl.ProbeForRead ([Wine Bug #38103](https://bugs.winehq.org/show_bug.cgi?id=38103))
* Properly implement imagehlp.ImageLoad and ImageUnload
* Properly implement imagehlp.ImageLoad and ImageUnload ([Wine Bug #23455](https://bugs.winehq.org/show_bug.cgi?id=23455))
* Reduced SetTimer minimum value from 10 ms to 5 ms (improves Silverlight framerates)
* Report correct ObjectName for NamedPipe wineserver objects
* Return STATUS_OBJECT_NAME_INVALID in wine_nt_to_unix_file_name for paths that only contain a prefix ([Wine Bug #39133](https://bugs.winehq.org/show_bug.cgi?id=39133))

View File

@ -1,2 +1,2 @@
Fixes: Catch invalid memory accesses in imagehlp.CheckSumMappedFile
Fixes: Properly implement imagehlp.ImageLoad and ImageUnload
Fixes: [23455] Properly implement imagehlp.ImageLoad and ImageUnload

View File

@ -3104,6 +3104,9 @@ fi
# Patchset imagehlp-Cleanup
# |
# | This patchset fixes the following Wine bugs:
# | * [#23455] Properly implement imagehlp.ImageLoad and ImageUnload
# |
# | Modified files:
# | * dlls/imagehlp/access.c, dlls/imagehlp/modify.c, dlls/imagehlp/tests/integrity.c
# |