diff options
author | Stan Shebs <stanshebs@google.com> | 2017-01-10 18:44:57 -0800 |
---|---|---|
committer | Stan Shebs <stanshebs@google.com> | 2017-01-10 18:44:57 -0800 |
commit | a998069c80f74c59dc831ab85540f59dd1d08897 (patch) | |
tree | 9aa22f1e6d9bbb21789958027c37b32c5c6c4cfd /README.google | |
parent | 85ea40f66d959240ed03f62f64f74c17e27e409a (diff) | |
download | glibc-a998069c80f74c59dc831ab85540f59dd1d08897.zip glibc-a998069c80f74c59dc831ab85540f59dd1d08897.tar.gz glibc-a998069c80f74c59dc831ab85540f59dd1d08897.tar.bz2 |
Don't read past end of pattern in fnmatch (BZ17062)
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 6677ba1..bdaaacb 100644 --- a/README.google +++ b/README.google @@ -620,3 +620,8 @@ 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) + +posix/fnmatch_loop.c + Don't read past end of pattern in fnmatch (BZ17062) + https://sourceware.org/git/gitweb.cgi?p=glibc.git;a=commit;h=b3a9f56ba59c3d8eadd3135a1c25c37a63151450 + (stanshebs, backport) |