diff options
author | Stan Shebs <stanshebs@google.com> | 2016-07-14 11:12:46 -0700 |
---|---|---|
committer | Stan Shebs <stanshebs@google.com> | 2016-07-14 11:12:46 -0700 |
commit | c0872d83ef8b103f7f6c702267ac280d4aa5f277 (patch) | |
tree | 8c3d8996378c77f646b824461b52b5cdb6603663 /README.google | |
parent | 30bb510293b73cf1de6cc9f7aaeb9cabd519fd60 (diff) | |
download | glibc-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.google | 5 |
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) |