Codebase list gavl / d29bb2a
Removed vframefill_overflow.patch (no longer needed) IOhannes m zmölnig 11 years ago
2 changed file(s) with 0 addition(s) and 14 deletion(s). Raw diff Collapse all Expand all
+0
-13
debian/patches/0001-vframefill_overflow.patch less more
0 Author: Cristian Morales Vega <reddwarf@opensuse.org>
1 Description: fixes array-out-of-bounds access in gavl_video_frame_fill()
2 --- gavl.orig/gavl/videoframe.c
3 +++ gavl/gavl/videoframe.c
4 @@ -1510,7 +1510,7 @@
5 uint16_t packed_16;
6 uint8_t packed_32[4];
7 uint16_t packed_64[4];
8 - float color_float[2];
9 + float color_float[4];
10
11 gavl_init_memcpy();
12
0 0001-vframefill_overflow.patch
10 0002-ubuntu_armel_ftbfs.patch