diff options
author | H.J. Lu <hjl.tools@gmail.com> | 2020-07-04 09:45:21 -0700 |
---|---|---|
committer | H.J. Lu <hjl.tools@gmail.com> | 2020-07-04 10:06:38 -0700 |
commit | f82072183ad5b328f6a7cb91868cb1709e85d96c (patch) | |
tree | 4637fac9c1696e9a145fa057bf0969fce21be41e | |
parent | 23db5555eb914c6a0228ecf5dc13c13be5d8dbd7 (diff) | |
download | glibc-f82072183ad5b328f6a7cb91868cb1709e85d96c.tar.gz glibc-f82072183ad5b328f6a7cb91868cb1709e85d96c.tar.xz glibc-f82072183ad5b328f6a7cb91868cb1709e85d96c.zip |
NEWS: Mention BZ 25933 fix
-rw-r--r-- | NEWS | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/NEWS b/NEWS index 1d00542a5d..1884f741e6 100644 --- a/NEWS +++ b/NEWS @@ -75,6 +75,7 @@ The following bugs are resolved with this release: [25232] No const correctness for strchr et al. for Clang++ [25414] 'glob' use-after-free bug (CVE-2020-1752) [25423] Array overflow in backtrace on powerpc + [25933] Off by one error in __strncmp_avx2 Security related changes: |