Re: [FFmpeg-devel] [PATCH 2/3] avcodec/x86/lossless_videoencdsp: Fix handling of small widths

2017-10-04 Thread Michael Niedermayer
On Sat, Sep 30, 2017 at 12:58:28AM +0200, Michael Niedermayer wrote: > Fixes out of array access > Fixes: crash-huf.avi > > Regression since: 6b41b4414934cc930468ccd5db598dd6ef643987 > > This could also be fixed by adding checks in the C code that calls the dsp > > Found-by: Zhibin Hu and 连一汉 >

[FFmpeg-devel] [PATCH 2/3] avcodec/x86/lossless_videoencdsp: Fix handling of small widths

2017-09-29 Thread Michael Niedermayer
Fixes out of array access Fixes: crash-huf.avi Regression since: 6b41b4414934cc930468ccd5db598dd6ef643987 This could also be fixed by adding checks in the C code that calls the dsp Found-by: Zhibin Hu and 连一汉 Signed-off-by: Michael Niedermayer --- libavcodec/x86/lossless_videoencdsp.asm | 13