Re: [libav-devel] [PATCH 4/9] h264: prevent two matching fields from being both a short/long ref combination

2014-01-15 Thread Janne Grunau
On 2014-01-06 08:36:37 +0100, Anton Khirnov wrote: Fixes possible access to freed memory. Found-by: Mateusz j00ru Jurczyk and Gynvael Coldwind CC:libav-sta...@libav.org --- libavcodec/h264_refs.c |2 ++ 1 file changed, 2 insertions(+) diff --git a/libavcodec/h264_refs.c

[libav-devel] [PATCH 4/9] h264: prevent two matching fields from being both a short/long ref combination

2014-01-05 Thread Anton Khirnov
Fixes possible access to freed memory. Found-by: Mateusz j00ru Jurczyk and Gynvael Coldwind CC:libav-sta...@libav.org --- libavcodec/h264_refs.c |2 ++ 1 file changed, 2 insertions(+) diff --git a/libavcodec/h264_refs.c b/libavcodec/h264_refs.c index bba77d1..88aaac7 100644 ---