mirror of
https://github.com/n64decomp/sm64
synced 2026-04-30 11:03:42 +00:00
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. |
||
|---|---|---|
| .. | ||
| audiofile.cpp | ||
| audiofile.h | ||
| aupvlist.h | ||
| Makefile | ||