Re: [libav-devel] [PATCH 9/9] h264: reset data partitioning at the beginning of each decode call

2014-01-15 Thread Janne Grunau
On 2014-01-06 08:36:42 +0100, Anton Khirnov wrote: Prevents using GetBitContexts with data from previous calls. Fixes access to freed memory. Found-by: Mateusz j00ru Jurczyk and Gynvael Coldwind CC:libav-sta...@libav.org --- libavcodec/h264.c |3 +++ 1 file changed, 3 insertions(+)

[libav-devel] [PATCH 9/9] h264: reset data partitioning at the beginning of each decode call

2014-01-05 Thread Anton Khirnov
Prevents using GetBitContexts with data from previous calls. Fixes access to freed memory. Found-by: Mateusz j00ru Jurczyk and Gynvael Coldwind CC:libav-sta...@libav.org --- libavcodec/h264.c |3 +++ 1 file changed, 3 insertions(+) diff --git a/libavcodec/h264.c b/libavcodec/h264.c index