FFmpeg/libavcodec/aac
Marvin Scholz ac60ad1872 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
2024-07-03 02:48:27 +02:00
..
aacdec_ac.c
aacdec_ac.h
aacdec_dsp_template.c
aacdec_fixed_coupling.h
aacdec_fixed_dequant.h
aacdec_fixed_prediction.h
aacdec_fixed.c
aacdec_float_coupling.h
aacdec_float_prediction.h
aacdec_float.c
aacdec_latm.h
aacdec_lpd.c
aacdec_lpd.h
aacdec_proc_template.c
aacdec_tab.c
aacdec_tab.h
aacdec_usac.c avcodec/aacdec_usac: Fix array size 2024-07-03 02:48:27 +02:00
aacdec_usac.h
aacdec.c
aacdec.h
Makefile