aboutsummaryrefslogtreecommitdiff
path: root/README.google
diff options
context:
space:
mode:
authorStan Shebs <stanshebs@google.com>2016-12-28 13:51:37 -0800
committerStan Shebs <stanshebs@google.com>2016-12-28 13:51:37 -0800
commit85ea40f66d959240ed03f62f64f74c17e27e409a (patch)
treebe167a8f30e2c2cc2924670c4c777a0a692a0b80 /README.google
parentb6099fb5b289b63204333465cfd704f45a824033 (diff)
downloadglibc-85ea40f66d959240ed03f62f64f74c17e27e409a.zip
glibc-85ea40f66d959240ed03f62f64f74c17e27e409a.tar.gz
glibc-85ea40f66d959240ed03f62f64f74c17e27e409a.tar.bz2
Don't ignore too long lines in nss_files (BZ17079, CVE-2015-5277) Tested:
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 7b548cd..6677ba1 100644
--- a/README.google
+++ b/README.google
@@ -615,3 +615,8 @@ elf/elf.h
nss/nss_borg/borg-pwd.c
Add /etc/passwd.borg.base as fallback passwd file. (b/30413914, b/32608777)
(mrothwell/stanshebs, google-local)
+
+nss/nss_files/files-XXX.c
+ For b/26276654, don't ignore too long lines in nss_files (BZ17079, CVE-2015-5277)
+ https://sourceware.org/git/gitweb.cgi?p=glibc.git;a=commit;h=3fd498242948b1fa944c56646ec9b156387dd310
+ (stanshebs, backport)