Re: [FFmpeg-devel] [PATCH 3/3] libavcodec/bmp_parser.c: fix a use_of_uninitialized_value in target_dec_fuzzer.

2020-06-05 Thread Michael Niedermayer
On Thu, Jun 04, 2020 at 01:03:27PM -0700, Thierry Foucu wrote: > the target_dec_fuzzer is checking for the avpkt.data pointer but if the > bmp parser cannot combine the frame, the poutbuf is not set. > --- > libavcodec/bmp_parser.c | 1 + > 1 file changed, 1 insertion(+) will apply thx [...]

[FFmpeg-devel] [PATCH 3/3] libavcodec/bmp_parser.c: fix a use_of_uninitialized_value in target_dec_fuzzer.

2020-06-04 Thread Thierry Foucu
the target_dec_fuzzer is checking for the avpkt.data pointer but if the bmp parser cannot combine the frame, the poutbuf is not set. --- libavcodec/bmp_parser.c | 1 + 1 file changed, 1 insertion(+) diff --git a/libavcodec/bmp_parser.c b/libavcodec/bmp_parser.c index cd65f02a2e..700bf27af1