commit | d3920b3a996b358e48232f417aa0a1e44a60f155 | [log] [tgz] |
---|---|---|
author | Elliott Hughes <enh@google.com> | Thu Feb 07 18:39:34 2013 -0800 |
committer | Elliott Hughes <enh@google.com> | Fri Feb 08 11:16:13 2013 -0800 |
tree | b0520d0d300dbca1e6e54a9a7c26e6d2cd81ed08 | |
parent | f6afd3b670e23f56bf341d12136416aee17ea249 [diff] [blame] |
Switch to using AT_RANDOM for the stack guards. Bug: 7959813 Change-Id: I8db4b8912ba649bfe668c6f22aa44690ddd401a2
diff --git a/linker/linker.cpp b/linker/linker.cpp index 77c29a1..d36b1f6 100755 --- a/linker/linker.cpp +++ b/linker/linker.cpp
@@ -1781,7 +1781,7 @@ * 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;