mirror of
https://github.com/libsdl-org/SDL.git
synced 2026-03-21 00:01:07 +01:00
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.