• Georgi Kodinov's avatar
    Bug#48864: MySQL fails to compile on 64 bit Fedora 12 · ed9e3409
    Georgi Kodinov authored
    Fixed 2 errors in comp_err executable : 
    1. Wrong (off by 1) length passed to my_checksum()
    2. strmov() was used on overlapping strings. This is
     not legal according to the docs in stpcpy(). Used 
    the overlap safe memmove() instead.
    ed9e3409
comp_err.c 28.8 KB