diff options
author | Marvin Scholz <[email protected]> | 2024-07-02 23:25:57 +0200 |
---|---|---|
committer | Lynne <[email protected]> | 2024-07-03 02:48:27 +0200 |
commit | ac60ad1872f739dab3ce5c9291d0ea90dbf21e94 (patch) | |
tree | 0365e48ca4fbc8a90c757206e035fcf42b3a2118 /fftools/ffmpeg_sched.h | |
parent | c296d4fdec198a32ea3995e312cede7be83352c7 (diff) |
avcodec/aacdec_usac: Fix array size
The array in ff_aac_usac_mdst_filt_cur that is passed to that has a size
of 7 elements, not 6 and the code in the function accesses the array at
index 6, which would be out of bounds if the size was actually 6.
Fixes: CID1603196
Diffstat (limited to 'fftools/ffmpeg_sched.h')
0 files changed, 0 insertions, 0 deletions