Re: [FFmpeg-devel] [PATCH] avcodec/ffv1dec: don't add offsets to more NULL pointers

2025-07-21 Thread Michael Niedermayer
On Sat, Jul 19, 2025 at 12:23:47AM -0300, James Almer wrote: > Fixes: libavcodec/ffv1dec.c:453:43: runtime error: applying zero offset to > null pointer > Signed-off-by: James Almer > --- > libavcodec/ffv1dec.c | 16 ++-- > 1 file changed, 10 insertions(+), 6 deletions(-) ok thx [

[FFmpeg-devel] [PATCH] avcodec/ffv1dec: don't add offsets to more NULL pointers

2025-07-18 Thread James Almer
Fixes: libavcodec/ffv1dec.c:453:43: runtime error: applying zero offset to null pointer Signed-off-by: James Almer --- libavcodec/ffv1dec.c | 16 ++-- 1 file changed, 10 insertions(+), 6 deletions(-) diff --git a/libavcodec/ffv1dec.c b/libavcodec/ffv1dec.c index d613aa5395..cf5ca1ba