aboutsummaryrefslogtreecommitdiff
path: root/README.google
diff options
context:
space:
mode:
authorPaul Pluzhnikov <ppluzhnikov@google.com>2014-06-19 19:57:57 -0700
committerPaul Pluzhnikov <ppluzhnikov@google.com>2014-06-19 19:57:57 -0700
commit007f8306a3944bdee42c0f15ac849dc8132d67f1 (patch)
tree62ff09d66c1921f57daee39bff1a1c2cd891734a /README.google
parent95d48c5aeaf55b709a1a82d890e0c5b0ad71a9fc (diff)
downloadglibc-007f8306a3944bdee42c0f15ac849dc8132d67f1.zip
glibc-007f8306a3944bdee42c0f15ac849dc8132d67f1.tar.gz
glibc-007f8306a3944bdee42c0f15ac849dc8132d67f1.tar.bz2
For b/13901604 (suid-root exe + unsecure environment variable => wrong __google_auxv), forward-port the second part of the fix (http://cr/69343116) to GRTEv4 via
Diffstat (limited to 'README.google')
-rw-r--r--README.google8
1 files changed, 8 insertions, 0 deletions
diff --git a/README.google b/README.google
index 3ffd7d2..775e6b8 100644
--- a/README.google
+++ b/README.google
@@ -366,3 +366,11 @@ stdio-common/tmpnam.c
b/6115789
TODO(ppluzhnikov): revert this after cleanup.
(ppluzhnikov, google-local)
+
+csu/elf-init.c
+sysdeps/i386/start.S
+sysdeps/x86_64/start.S
+ For b/13901604, revert local changes to sysdeps/{i386,x86_64}/elf/start.S,
+ and initialize __google_auxv in __libc_csu_init instead.
+ (ppluzhnikov, google-local)
+