SafeStack-friendly stack protection in ART.
This code takes an address of a stack variable to find the current stack top. With SafeStack, such variables can be allocated on a separate, "unsafe" stack, generating a completely bogus address. Use __builtin_frame_address(0) instead. Change-Id: I84fe3161bdd01cebbb4e9bebf2aca86783cc6f15
Loading
Please sign in to comment