Add fix for PropertyBag_GetPropertyInfo.

This commit is contained in:
Michael Müller
2014-08-07 02:44:50 +02:00
parent 4b4ea9fd2e
commit 1ca9157daa
4 changed files with 51 additions and 0 deletions

View File

@@ -36,6 +36,7 @@ PATCHLIST := Miscellaneous.ok \
shlwapi-UrlCombine.ok \
user32-GetSystemMetrics.ok \
user32-GetTipText.ok \
windowscodecs-PropertyBag.ok \
wineboot-HKEY_DYN_DATA.ok \
winepulse-PulseAudio_Support.ok \
winex11-XEMBED.ok \
@@ -652,6 +653,25 @@ user32-GetTipText.ok:
echo '+ { "user32-GetTipText", "Erich E. Hoover", "Handle TOOLTIPS_GetTipText edge cases." },'; \
) > user32-GetTipText.ok
# Patchset windowscodecs-PropertyBag
# |
# | Included patches:
# | * Fix number of returned properties in PropertyBag_GetPropertyInfo. [by Michael Müller]
# |
# | This patchset fixes the following Wine bugs:
# | * [#37005] Serif WebPlus Starter Edition crashes on startup (IPropertyBag2::GetPropertyInfo returns more properties than
# | the caller requested, leading to stack smashing)
# |
# | Modified files:
# | * dlls/windowscodecs/propertybag.c
# |
.INTERMEDIATE: windowscodecs-PropertyBag.ok
windowscodecs-PropertyBag.ok:
$(PATCH) < windowscodecs-PropertyBag/0001-windowscodecs-Fix-number-of-returned-properties-in-P.patch
@( \
echo '+ { "windowscodecs-PropertyBag", "Michael Müller", "Fix number of returned properties in PropertyBag_GetPropertyInfo." },'; \
) > windowscodecs-PropertyBag.ok
# Patchset wineboot-HKEY_DYN_DATA
# |
# | Included patches: