• Georgi Kodinov's avatar
    Bug #48866: mysql.test fails under Fedora 12 · adc17cd4
    Georgi Kodinov authored
    strmov() is not guaranteed to work correctly on overlapping
    source and destination buffers. On some OSes it may work,
    but Fedora 12 has a stpcpy() that's not working correctly 
    on overlapping buffers.
    Fixed to use the overlap-safe version of strmov instead.
    Re-vitalized the overlap-safe version of strmov. 
    adc17cd4
strmov.c 1.47 KB