Files
reactos/media/doc
2bc44bf95c [MSI] Don't write past end of string when selecting parent directory (#6335)
Import Wine commit: https://github.com/wine-mirror/wine/commit/bbce5d014db7f023b133d6d09e6846e027586f7d

Since there's not really something sensible to do in the
"path contains no backslashes" case (adding a backslash seems pointless),
move PathAddBackslashW call inside the if condition to avoid the crash.
Fix suggested by Thomas Faber.

This fixes heap assert in msi/dialog.c when installing Tortoise GIT.
CORE-16693

Co-authored-by: Thomas Faber <[email protected]>
Co-authored-by: Fabian Maurer <[email protected]>
2024-02-06 23:20:57 +03:00
..