Re: [FFmpeg-devel] [PATCH] avformat/nuv: return early if header id fails to read

2024-06-27 Thread Michael Niedermayer
On Tue, Jun 25, 2024 at 11:50:30PM +0200, Kacper Michajłow wrote: > Fixes use of uninitialized value in memcmp below, reported by MSAN. > > Found by OSS-Fuzz. > > Signed-off-by: Kacper Michajłow > --- > libavformat/nuv.c | 4 +++- > 1 file changed, 3 insertions(+), 1 deletion(-) will apply th

[FFmpeg-devel] [PATCH] avformat/nuv: return early if header id fails to read

2024-06-25 Thread Kacper Michajłow
Fixes use of uninitialized value in memcmp below, reported by MSAN. Found by OSS-Fuzz. Signed-off-by: Kacper Michajłow --- libavformat/nuv.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/libavformat/nuv.c b/libavformat/nuv.c index 507a73b0fe..49915ecf16 100644 --- a/lib