Re: [FFmpeg-devel] [PATCH] lavc/vvc: Validate alf_list indexes

2024-02-05 Thread Nuo Mi
On Mon, Feb 5, 2024 at 10:04 PM Frank Plowman wrote: > On 05/02/2024 13:45, Nuo Mi wrote: > > On Sun, Feb 4, 2024 at 1:22 AM wrote: > > > >> From: Frank Plowman > >> > >> Fixes crashes when decoding illegal bitstreams found by fuzzing. > >> > >> Signed-off-by: Frank Plowman > >> --- > >> lib

Re: [FFmpeg-devel] [PATCH] lavc/vvc: Validate alf_list indexes

2024-02-05 Thread Frank Plowman
On 05/02/2024 13:45, Nuo Mi wrote: On Sun, Feb 4, 2024 at 1:22 AM wrote: From: Frank Plowman Fixes crashes when decoding illegal bitstreams found by fuzzing. Signed-off-by: Frank Plowman --- libavcodec/vvc/vvc_ctu.c | 17 +++-- 1 file changed, 15 insertions(+), 2 deletions(-

Re: [FFmpeg-devel] [PATCH] lavc/vvc: Validate alf_list indexes

2024-02-05 Thread Nuo Mi
On Sun, Feb 4, 2024 at 1:22 AM wrote: > From: Frank Plowman > > Fixes crashes when decoding illegal bitstreams found by fuzzing. > > Signed-off-by: Frank Plowman > --- > libavcodec/vvc/vvc_ctu.c | 17 +++-- > 1 file changed, 15 insertions(+), 2 deletions(-) > > diff --git a/libavco

[FFmpeg-devel] [PATCH] lavc/vvc: Validate alf_list indexes

2024-02-03 Thread post
From: Frank Plowman Fixes crashes when decoding illegal bitstreams found by fuzzing. Signed-off-by: Frank Plowman --- libavcodec/vvc/vvc_ctu.c | 17 +++-- 1 file changed, 15 insertions(+), 2 deletions(-) diff --git a/libavcodec/vvc/vvc_ctu.c b/libavcodec/vvc/vvc_ctu.c index d166b1