Files
SDL/src
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-01-02 10:10:34 -08:00
2016-01-02 10:10:34 -08:00
2016-11-05 21:22:39 +01:00
2016-01-02 10:10:34 -08:00
2016-01-02 10:10:34 -08:00
2016-09-13 22:18:06 -03:00
2016-11-11 13:14:00 -08:00
2016-01-02 10:10:34 -08:00
2016-01-02 10:10:34 -08:00
2016-01-02 10:10:34 -08:00