Re: [FFmpeg-devel] [PATCH 1/9] avformat/rtpenc_vc2hq: Check sizes

2024-07-07 Thread Michael Niedermayer
On Sun, Jun 09, 2024 at 01:10:38AM +0200, Michael Niedermayer wrote: > Fixes: CID1452585 Untrusted loop bound > > Sponsored-by: Sovereign Tech Fund > Signed-off-by: Michael Niedermayer > --- > libavformat/rtpenc_vc2hq.c | 15 --- > 1 file changed, 12 insertions(+), 3 deletions(-) wi

[FFmpeg-devel] [PATCH 1/9] avformat/rtpenc_vc2hq: Check sizes

2024-06-08 Thread Michael Niedermayer
Fixes: CID1452585 Untrusted loop bound Sponsored-by: Sovereign Tech Fund Signed-off-by: Michael Niedermayer --- libavformat/rtpenc_vc2hq.c | 15 --- 1 file changed, 12 insertions(+), 3 deletions(-) diff --git a/libavformat/rtpenc_vc2hq.c b/libavformat/rtpenc_vc2hq.c index 085204fa64