Switch to using AT_RANDOM for the stack guards.

Bug: 7959813
Change-Id: I8db4b8912ba649bfe668c6f22aa44690ddd401a2
This commit is contained in:
Elliott Hughes
2013-02-07 18:39:34 -08:00
parent f6afd3b670
commit d3920b3a99
8 changed files with 27 additions and 67 deletions

View File

@@ -1781,7 +1781,7 @@ static unsigned __linker_init_post_relocation(KernelArgumentBlock& args, unsigne
* to point to a different location to ensure that no other
* shared library constructor can access it.
*/
__libc_init_tls(&args);
__libc_init_tls(args);
#if TIMING
struct timeval t0, t1;