aboutsummaryrefslogtreecommitdiff
path: root/README.google
diff options
context:
space:
mode:
authorStan Shebs <stanshebs@google.com>2016-04-27 09:53:33 -0700
committerStan Shebs <stanshebs@google.com>2016-04-27 09:53:33 -0700
commitc93632edca4fc68f5873d53d70d7266833b2b25c (patch)
treecebd045d8a886831db982cc0a1bc6032357278bd /README.google
parent000f2cf415b761b4c990b067276f3bb209cc1f95 (diff)
downloadglibc-c93632edca4fc68f5873d53d70d7266833b2b25c.zip
glibc-c93632edca4fc68f5873d53d70d7266833b2b25c.tar.gz
glibc-c93632edca4fc68f5873d53d70d7266833b2b25c.tar.bz2
Fix infinite loop on process exit.
Diffstat (limited to 'README.google')
-rw-r--r--README.google4
1 files changed, 4 insertions, 0 deletions
diff --git a/README.google b/README.google
index 1b5b4b7..85b310a 100644
--- a/README.google
+++ b/README.google
@@ -566,3 +566,7 @@ sysdeps/powerpc/*
sysdeps/powerpc/bits/fenvinline.h
For b/27191207, remove use of %s modifier in inline asm.
(stanshebs, google-local)
+
+nptl/sysdeps/unix/sysv/linux/register-atfork.c
+ For b/28011264, detect and work around loop in fork handler list.
+ (stanshebs, google-local)