diff --git a/README.md b/README.md index 562fc5ea..c73d6c9a 100644 --- a/README.md +++ b/README.md @@ -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)) diff --git a/patches/imagehlp-Cleanup/definition b/patches/imagehlp-Cleanup/definition index d5332ea9..1332b163 100644 --- a/patches/imagehlp-Cleanup/definition +++ b/patches/imagehlp-Cleanup/definition @@ -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 diff --git a/patches/patchinstall.sh b/patches/patchinstall.sh index e2155d0c..42cf2d2f 100755 --- a/patches/patchinstall.sh +++ b/patches/patchinstall.sh @@ -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 # |