Re: [FFmpeg-devel] [PATCH] avcodec/vc1: fix out of bounds access of overlap filter

2018-04-26 Thread Paul B Mahol
On 4/26/18, Jerome Borsboom wrote: > Overlap filtering of the first row and first column must be guarded > for out of bounds access of v->over_flags_plane. > > Signed-off-by: Jerome Borsboom > --- > libavcodec/vc1_loopfilter.c | 6 +++---

Re: [FFmpeg-devel] [PATCH] avcodec/vc1: fix out of bounds access of overlap filter

2018-04-26 Thread James Almer
On 4/26/2018 11:49 AM, Jerome Borsboom wrote: > Overlap filtering of the first row and first column must be guarded > for out of bounds access of v->over_flags_plane. > > Signed-off-by: Jerome Borsboom > --- > libavcodec/vc1_loopfilter.c | 6 +++--- > 1 file

[FFmpeg-devel] [PATCH] avcodec/vc1: fix out of bounds access of overlap filter

2018-04-26 Thread Jerome Borsboom
Overlap filtering of the first row and first column must be guarded for out of bounds access of v->over_flags_plane. Signed-off-by: Jerome Borsboom --- libavcodec/vc1_loopfilter.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git