OSDN Git Service

Fix generic __memcpy_chk implementation.
authorChristopher Ferris <cferris@google.com>
Fri, 17 Oct 2014 21:08:54 +0000 (14:08 -0700)
committerChristopher Ferris <cferris@google.com>
Fri, 17 Oct 2014 21:44:36 +0000 (14:44 -0700)
commit7123d4371a5e04337b1de5f8cdf6cdc1e08e9cad
tree0293258fc48ea8d51b166b4acc2175251dc9e224
parent5281e1fb15632c8dc714d10abc6cd1a22a061782
Fix generic __memcpy_chk implementation.

- Clean up the labels (add .L to make them local).
- Change to using cfi directives.
- Fix unwinding of the __memcpy_chk fail path.

Bug: 18033671
Change-Id: I12845f10c7ce5e6699c15c558bda64c83f6a392a
libc/arch-arm/generic/bionic/memcpy.S