aboutsummaryrefslogtreecommitdiff
path: root/README.google
diff options
context:
space:
mode:
authorStan Shebs <stanshebs@google.com>2016-07-14 11:12:46 -0700
committerStan Shebs <stanshebs@google.com>2016-07-14 11:12:46 -0700
commitc0872d83ef8b103f7f6c702267ac280d4aa5f277 (patch)
tree8c3d8996378c77f646b824461b52b5cdb6603663 /README.google
parent30bb510293b73cf1de6cc9f7aaeb9cabd519fd60 (diff)
downloadglibc-c0872d83ef8b103f7f6c702267ac280d4aa5f277.zip
glibc-c0872d83ef8b103f7f6c702267ac280d4aa5f277.tar.gz
glibc-c0872d83ef8b103f7f6c702267ac280d4aa5f277.tar.bz2
Fix stack overflow in hostent translation (CVE-2016-3706)
Diffstat (limited to 'README.google')
-rw-r--r--README.google5
1 files changed, 5 insertions, 0 deletions
diff --git a/README.google b/README.google
index c243b2e..68ca935 100644
--- a/README.google
+++ b/README.google
@@ -596,3 +596,8 @@ nss/nss_cache/nss_cache.c
https://github.com/google/libnss-cache/blob/74a14a1dcc669ebe95e90d6d0e0ca36dd8c63b43/nss_cache.c
https://github.com/google/libnss-cache/blob/74a14a1dcc669ebe95e90d6d0e0ca36dd8c63b43/nss_cache.h
(mkanat, google-local)
+
+sysdeps/posix/getaddrinfo.c
+ For b/30090956, fix stack overflow in hostent conversion (BZ20010, CVE-2016-3706)
+ https://sourceware.org/git/gitweb.cgi?p=glibc.git;h=4ab2ab03d4351914ee53248dc5aef4a8c88ff8b9
+ (stanshebs, backport)