Status: Accepted
Owner: [email protected]
Labels: Type-Defect Priority-Medium

New issue 283 by [email protected]: __aeabi_memcpy and friends are not intercepted
http://code.google.com/p/address-sanitizer/issues/detail?id=283

On AAPCS ARM (including ARM/Android), memcpy intrinsic is lowered to __aeabi_memcpy.
The same with memmove and memset.
I also see __aeabi_memcpy8 and __aeabi_memcpy4 and the same for memmove and memset in Android libc.so export list, though I'm not sure if clang ever emits calls to them.

We do not intercept any of those, and we don't seem to have tests for them.


--
You received this message because this project is configured to send all issue notifications to this address.
You may adjust your notification preferences at:
https://code.google.com/hosting/settings

--
You received this message because you are subscribed to the Google Groups 
"address-sanitizer" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to