mirror of
https://github.com/mstorsjo/fdk-aac.git
synced 2025-02-09 16:18:45 +01:00
This fixes assert failures, when a (corrupt/fuzzed) bitstream doesn't trigger starting/ending CRCs properly (or when decoding is aborted halfway when an error is encountered). Skipping ending a CRC region doesn't trigger an assert failure, but when a later CRC region is started and ended, an assert fails when the end doesn't match the expected CRC region. Fixes: 1928/clusterfuzz-testcase-minimized-6480505958563840 Found-by: continuous fuzzing process https://github.com/google/oss-fuzz/tree/master/projects/ffmpeg
Description
No description provided
Languages
C++
74.9%
C
24.8%
CMake
0.2%
Makefile
0.1%