Re: [FFmpeg-devel] [PATCH] mpegvideo: clear overread in clear_context

2015-11-15 Thread Andreas Cadhalpun
On 15.11.2015 03:16, Michael Niedermayer wrote: > On Sat, Nov 14, 2015 at 11:00:55PM +0100, Andreas Cadhalpun wrote: >> Otherwise the h263p decoder can try to copy overread bytes, even though >> buffer is NULL. >> >> Signed-off-by: Andreas Cadhalpun >> --- >> libavcodec/mpegvideo.c | 1 + >> 1 fi

Re: [FFmpeg-devel] [PATCH] mpegvideo: clear overread in clear_context

2015-11-14 Thread Michael Niedermayer
On Sat, Nov 14, 2015 at 11:00:55PM +0100, Andreas Cadhalpun wrote: > Otherwise the h263p decoder can try to copy overread bytes, even though > buffer is NULL. > > Signed-off-by: Andreas Cadhalpun > --- > libavcodec/mpegvideo.c | 1 + > 1 file changed, 1 insertion(+) LGTM [...] -- Michael