]> git.sesse.net Git - ffmpeg/commit
libavcodec/mlp_parser.c: fix a use_of_uninitialized_value in target_dec_fuzzer.
authorThierry Foucu <tfoucu@gmail.com>
Thu, 4 Jun 2020 20:03:15 +0000 (13:03 -0700)
committerMichael Niedermayer <michael@niedermayer.cc>
Fri, 5 Jun 2020 22:25:00 +0000 (00:25 +0200)
commit3dc24b3379fc4f9210dee7617accc5ef43879025
tree45b7e92ae3d5c87b85a2e09366f0a767fbc74fa6
parentd5422a14e2a84e4feb7124c7e4d1950fdae697aa
libavcodec/mlp_parser.c: fix a use_of_uninitialized_value in target_dec_fuzzer.

the target_dec_fuzzer is checking for the avpkt.data pointer but if the
mlp parser cannot combine the frame, the poutbuf is not set.

Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
libavcodec/mlp_parser.c