You've already forked wine-staging
mirror of
https://gitlab.winehq.org/wine/wine-staging.git
synced 2025-12-15 08:03:15 -08:00
Added patch to reallocate buffer when adding records to AVI files.
This commit is contained in:
@@ -24,6 +24,7 @@ PATCHLIST := \
|
||||
Pipelight.ok \
|
||||
Staging.ok \
|
||||
atl-IOCS_Property.ok \
|
||||
avifil32-Realloc_Records.ok \
|
||||
combase-HSTRING.ok \
|
||||
comctl32-LoadIconMetric.ok \
|
||||
configure-Absolute_RPATH.ok \
|
||||
@@ -277,6 +278,21 @@ atl-IOCS_Property.ok:
|
||||
echo '+ { "Qian Hong", "atl: Don'\''t use GWLP_USERDATA to store IOCS to avoid conflict with Apps.", 1 },'; \
|
||||
) > atl-IOCS_Property.ok
|
||||
|
||||
# Patchset avifil32-Realloc_Records
|
||||
# |
|
||||
# | This patchset fixes the following Wine bugs:
|
||||
# | * [#5137] Reallocate buffer when adding records to AVI files
|
||||
# |
|
||||
# | Modified files:
|
||||
# | * dlls/avifil32/avifile.c
|
||||
# |
|
||||
.INTERMEDIATE: avifil32-Realloc_Records.ok
|
||||
avifil32-Realloc_Records.ok:
|
||||
$(call APPLY_FILE,avifil32-Realloc_Records/0001-avifil32-Reallocate-buffer-when-adding-records.patch)
|
||||
@( \
|
||||
echo '+ { "Sebastian Lackner", "avifil32: Reallocate buffer when adding records.", 1 },'; \
|
||||
) > avifil32-Realloc_Records.ok
|
||||
|
||||
# Patchset combase-HSTRING
|
||||
# |
|
||||
# | Modified files:
|
||||
|
||||
Reference in New Issue
Block a user