]> git.sesse.net Git - ffmpeg/commit
avcodec/aptx: Check the number of channels
authorMichael Niedermayer <michael@niedermayer.cc>
Wed, 9 Oct 2019 07:53:26 +0000 (09:53 +0200)
committerMichael Niedermayer <michael@niedermayer.cc>
Fri, 1 Nov 2019 19:15:32 +0000 (20:15 +0100)
commit98a257c3235bdc18151534134148845728418248
treecee4f8187a44ea807c686370400769b0ba65cea8
parent47a017aaaae39bd8dc487fb1d87c41994dcbb74b
avcodec/aptx: Check the number of channels

Fixes: store to null pointer of type 'uint32_t' (aka 'unsigned int')
Fixes: 18021/clusterfuzz-testcase-minimized-ffmpeg_AV_CODEC_ID_APTX_HD_fuzzer-5761738313564160
Found-by: continuous fuzzing process https://github.com/google/oss-fuzz/tree/master/projects/ffmpeg
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
libavcodec/aptx.c