diff options
author | Elliott Hughes <enh@google.com> | 2013-02-14 23:50:13 +0000 |
---|---|---|
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | 2013-02-14 23:50:13 +0000 |
commit | 0a2cb815974ea96af664fa966079966a08916722 (patch) | |
tree | 51be004cff7354853be8efacfa3df0cd09070bb3 /tests/stack_protector_test.cpp | |
parent | b128f49fd58beecc5287ddff6366a97e5aa2e468 (diff) | |
parent | fb7eb5e07f43587c2bedf2aaa53b21fa002417bb (diff) |
Merge "Simplify __stack_chk_fail, and fix it so we get debuggerd stack traces."
Diffstat (limited to 'tests/stack_protector_test.cpp')
-rw-r--r-- | tests/stack_protector_test.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/stack_protector_test.cpp b/tests/stack_protector_test.cpp index 664a11e7b..97d5ad62e 100644 --- a/tests/stack_protector_test.cpp +++ b/tests/stack_protector_test.cpp @@ -36,7 +36,7 @@ pid_t gettid() { return syscall(__NR_gettid); } #ifdef __i386__ -// For x86, bionic and glibc have per-thread stack guard values. +// For x86, bionic and glibc have per-thread stack guard values (all identical). static uint32_t GetGuardFromTls() { uint32_t guard; |