• MySQL Build Team's avatar
    Backport into build-201002030816-5.0.87sp1 · f40950ee
    MySQL Build Team authored
    > ------------------------------------------------------------
    > revno: 2818.1.29
    > revision-id: joro@sun.com-20091118152410-j4tv22vf9xkb6sdz
    > parent: kent.boortz@sun.com-20091117164924-rscth12t9a2qog1b
    > committer: Georgi Kodinov <joro@sun.com>
    > branch nick: test-5.0-bugteam
    > timestamp: Wed 2009-11-18 17:24:10 +0200
    > message:
    >   Bug#48864: MySQL fails to compile on 64 bit Fedora 12
    >   
    >   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.
    f40950ee
comp_err.c 28.8 KB