diff options
author | Stan Shebs <stanshebs@google.com> | 2016-12-28 13:51:37 -0800 |
---|---|---|
committer | Stan Shebs <stanshebs@google.com> | 2016-12-28 13:51:37 -0800 |
commit | 85ea40f66d959240ed03f62f64f74c17e27e409a (patch) | |
tree | be167a8f30e2c2cc2924670c4c777a0a692a0b80 /README.google | |
parent | b6099fb5b289b63204333465cfd704f45a824033 (diff) | |
download | glibc-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.google | 5 |
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) |