diff --git a/patches/patchinstall.sh b/patches/patchinstall.sh index 30dd8b72..a30bd8f7 100755 --- a/patches/patchinstall.sh +++ b/patches/patchinstall.sh @@ -7225,7 +7225,7 @@ fi # Patchset uxtheme-CloseThemeClass # | # | This patchset fixes the following Wine bugs: -# | * [#41029] Protect CloseThemeData() from invalid input +# | * [#41729] Protect CloseThemeData() from invalid input # | # | Modified files: # | * dlls/uxtheme/msstyles.c, dlls/uxtheme/msstyles.h, dlls/uxtheme/tests/system.c diff --git a/patches/uxtheme-CloseThemeClass/definition b/patches/uxtheme-CloseThemeClass/definition index 8cce185b..965bd113 100644 --- a/patches/uxtheme-CloseThemeClass/definition +++ b/patches/uxtheme-CloseThemeClass/definition @@ -1 +1 @@ -Fixes: [41029] Protect CloseThemeData() from invalid input +Fixes: [41729] Protect CloseThemeData() from invalid input