• Jon Medhurst's avatar
    Fix memmove and memcpy · c3810c83
    Jon Medhurst authored
    
    
    memmove needs to allow for overlapping memory regions and, together
    with memcpy, should return the input destination pointer, not the
    address after the end of the copied data.
    
    fixes ARM-software/tf-issues#18
    Signed-off-by: default avatarJon Medhurst <tixy@linaro.org>
    c3810c83
mem.c 3.17 KB