[SCM] gavl/master: fix array-out-of-bounds access
zmoelnig-guest at users.alioth.debian.org
zmoelnig-guest at users.alioth.debian.org
Tue Jan 11 09:06:52 UTC 2011
The following commit has been merged in the master branch:
commit 00f27608c6607c1858d1f976c3520a1728d88338
Author: IOhannes m zmölnig <zmoelnig at iem.at>
Date: Tue Jan 11 10:03:53 2011 +0100
fix array-out-of-bounds access
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..a53c733
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+vframefill_overflow.patch
diff --git a/debian/patches/vframefill_overflow.patch b/debian/patches/vframefill_overflow.patch
new file mode 100644
index 0000000..475c93c
--- /dev/null
+++ b/debian/patches/vframefill_overflow.patch
@@ -0,0 +1,13 @@
+Author: Cristian Morales Vega <reddwarf at opensuse.org>
+Description: fixes array-out-of-bounds access in gavl_video_frame_fill()
+--- gavl.orig/gavl/videoframe.c
++++ gavl/gavl/videoframe.c
+@@ -1510,7 +1510,7 @@
+ uint16_t packed_16;
+ uint8_t packed_32[4];
+ uint16_t packed_64[4];
+- float color_float[2];
++ float color_float[4];
+
+ gavl_init_memcpy();
+
--
gavl packaging
More information about the pkg-multimedia-commits
mailing list