Re: [FFmpeg-devel] [PATCH] avcodec/x86/mpegvideodsp: Fix signedness bug in need_emu

2017-11-13 Thread Michael Niedermayer
On Mon, Nov 13, 2017 at 09:47:15PM +0100, Michael Niedermayer wrote: > Fixes: out of array read > Fixes: 3516/attachment-311488.dat > > Found-by: Insu Yun, Georgia Tech. > Signed-off-by: Michael Niedermayer Tested-by: wuni...@gmail.com will apply [...] -- Michael

[FFmpeg-devel] [PATCH] avcodec/x86/mpegvideodsp: Fix signedness bug in need_emu

2017-11-13 Thread Michael Niedermayer
Fixes: out of array read Fixes: 3516/attachment-311488.dat Found-by: Insu Yun, Georgia Tech. Signed-off-by: Michael Niedermayer --- libavcodec/x86/mpegvideodsp.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/libavcodec/x86/mpegvideodsp.c