Added patch to fix crash of winedevice when relocation entry crosses page boundary.

This commit is contained in:
Sebastian Lackner
2014-11-10 04:09:18 +01:00
parent 475485ce5b
commit c3920efc17
5 changed files with 121 additions and 1 deletions

View File

@@ -101,6 +101,7 @@ PATCHLIST := \
winebuild-LinkerVersion.ok \
wined3d-DXTn.ok \
wined3d-Revert_PixelFormat.ok \
winedevice-Fix_Relocation.ok \
winemenubuilder-Desktop_Icon_Path.ok \
winepulse-PulseAudio_Support.ok \
winex11-CandidateWindowPos.ok \
@@ -1751,6 +1752,24 @@ wined3d-Revert_PixelFormat.ok:
echo '+ { "wined3d-Revert_PixelFormat", "Ken Thomases", "Revert wined3d pixelformat changes." },'; \
) > wined3d-Revert_PixelFormat.ok
# Patchset winedevice-Fix_Relocation
# |
# | Included patches:
# | * Avoid invalid memory access when relocation block addresses memory outside of the current page. [by Sebastian Lackner]
# |
# | This patchset fixes the following Wine bugs:
# | * [#28254] Fix crash of winedevice when relocation entry crosses page boundary
# |
# | Modified files:
# | * programs/winedevice/device.c
# |
.INTERMEDIATE: winedevice-Fix_Relocation.ok
winedevice-Fix_Relocation.ok:
$(call APPLY_FILE,winedevice-Fix_Relocation/0001-winedevice-Avoid-invalid-memory-access-when-relocati.patch)
@( \
echo '+ { "winedevice-Fix_Relocation", "Sebastian Lackner", "Avoid invalid memory access when relocation block addresses memory outside of the current page." },'; \
) > winedevice-Fix_Relocation.ok
# Patchset winemenubuilder-Desktop_Icon_Path
# |
# | Included patches: