Re: [FFmpeg-devel] [PATCH 3/4] avformat/img2dec: ensure input padding is zeroed

2024-06-27 Thread Andreas Rheinhardt
Paul B Mahol: > On Thu, Jun 27, 2024 at 3:57 AM Kacper Michajłow wrote: > >> Fixes use of uninitialized value, reported by MSAN. Specifically in >> jpegxl parser. >> >> Found by OSS-Fuzz. >> >> Signed-off-by: Kacper Michajłow >> --- >> libavformat/img2dec.c | 2 ++ >> 1 file changed, 2 insertio

Re: [FFmpeg-devel] [PATCH 3/4] avformat/img2dec: ensure input padding is zeroed

2024-06-26 Thread Paul B Mahol
On Thu, Jun 27, 2024 at 3:57 AM Kacper Michajłow wrote: > Fixes use of uninitialized value, reported by MSAN. Specifically in > jpegxl parser. > > Found by OSS-Fuzz. > > Signed-off-by: Kacper Michajłow > --- > libavformat/img2dec.c | 2 ++ > 1 file changed, 2 insertions(+) > > diff --git a/liba