0fdc5d5 Do not call memcpy() on overlapping areas

Authored and Committed by ppisar 13 years ago
    Do not call memcpy() on overlapping areas
    
    New glibc provides optimized memcpy() on some CPUs in such way it does not
    honor overlapping areas. Applicatins must use memove() instead.
    
        
file modified
+7 -1