sm64/tools/audiofile
yannaingtun 7dd0f121e4 Fix security vulnerability: add bounds check for numCoefficients
When building with NDEBUG, asserts are eliminated, which could
lead to buffer overflow via out-of-bounds access to m_msadpcmCoefficients.
This adds explicit bounds checks that remain even when assertions are disabled.

Similar to the fix for CVE-2018-13440 in the original AudioFile library.
2025-03-04 10:54:12 +08:00
..
audiofile.cpp Fix security vulnerability: add bounds check for numCoefficients 2025-03-04 10:54:12 +08:00
audiofile.h Refresh 10.1 2020-06-17 22:14:59 -04:00
aupvlist.h Refresh 10.1 2020-06-17 22:14:59 -04:00
Makefile Refresh 13 2020-12-03 14:26:38 -05:00