Files
SDL/src/audio
Sam Lantinga c13a077d15 Fixed bug 3488 - Random crashes (because Memory overlap in audio converters detected by Valgrind)
Vitaly Novichkov

Okay, when I researched code and algorithm, I tried to replace condition "while(dst >= target)" with "while(dst > target)" and crashes are gone.
Seems on some moments it tries to write into the place before memory block begin, therefore phantom crashes appearing after some moments.
2016-11-13 00:09:02 -08:00
..
2016-08-28 18:24:44 -04:00
2016-08-28 18:52:25 -04:00
2016-11-05 02:34:38 -04:00
2016-01-02 10:10:34 -08:00
2016-01-02 10:10:34 -08:00