arm-trusted-firmware/lib/stdlib
Jon Medhurst c3810c83aa Fix memmove and memcpy
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: Jon Medhurst <tixy@linaro.org>
2014-01-30 17:55:31 +00:00
..
abort.c Update year in copyright text to 2014 2014-01-17 10:27:53 +00:00
assert.c Update year in copyright text to 2014 2014-01-17 10:27:53 +00:00
mem.c Fix memmove and memcpy 2014-01-30 17:55:31 +00:00
printf.c Update year in copyright text to 2014 2014-01-17 10:27:53 +00:00
putchar.c Update year in copyright text to 2014 2014-01-17 10:27:53 +00:00
puts.c Update year in copyright text to 2014 2014-01-17 10:27:53 +00:00
std.c Update year in copyright text to 2014 2014-01-17 10:27:53 +00:00
strchr.c Update year in copyright text to 2014 2014-01-17 10:27:53 +00:00
strlen.c Update year in copyright text to 2014 2014-01-17 10:27:53 +00:00
subr_prf.c Update year in copyright text to 2014 2014-01-17 10:27:53 +00:00