Fix an undefined behavior error in the s16 to s32 conversion routine.

This commit is contained in:
David Reid
2025-09-10 15:06:34 +10:00
parent 4de39a8a37
commit 9a091f73aa
2 changed files with 2 additions and 1 deletions
+1
View File
@@ -8,6 +8,7 @@ v0.11.23 - TBD
* Fixed a memory leak in the resource manager when opening a file fails.
* Fixed an assertion failure in the resource manager when opening a file fails.
* Fixed a compilation warning relating to `MA_FALLTHROUGH`
* Fixed an undefined behavior error in the s16 to s32 conversion routine.
* Fixed an undefined behavior error relating to MurmurHash3.
* Fixed an undefined behavior error with the LCG random number generator.
* Fixed a compilation error with `MA_NO_SSE2`.