mirror of
https://github.com/dhewm/dhewm3.git
synced 2024-11-26 14:21:18 +00:00
12fa3eb814
It corrupted the stack when called with buffers allocated on the stack and numSamples that are not a multiple of four, apparently, by writing 4 floats too many, at least in the 22KHz Stereo case.. This caused the crash described in https://github.com/dhewm/dhewm3/issues/303#issuecomment-678809662 Now it just uses the generic C code, like all platforms besides MSVC/x86 already do. |
||
---|---|---|
.. | ||
bv | ||
containers | ||
geometry | ||
hashing | ||
math | ||
Base64.cpp | ||
Base64.h | ||
BitMsg.cpp | ||
BitMsg.h | ||
CmdArgs.cpp | ||
CmdArgs.h | ||
Dict.cpp | ||
Dict.h | ||
Heap.cpp | ||
Heap.h | ||
LangDict.cpp | ||
LangDict.h | ||
Lexer.cpp | ||
Lexer.h | ||
Lib.cpp | ||
Lib.h | ||
MapFile.cpp | ||
MapFile.h | ||
Parser.cpp | ||
Parser.h | ||
Str.cpp | ||
Str.h | ||
Timer.cpp | ||
Timer.h | ||
Token.cpp | ||
Token.h |