mirror of
https://gitlab.winehq.org/wine/wine-staging.git
synced 2024-11-21 16:46:54 -08:00
imagehlp-Cleanup: Add reference to upstream bugreport.
This commit is contained in:
parent
969a65493a
commit
a465af2933
@ -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))
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
# |
|
||||
|
Loading…
Reference in New Issue
Block a user