]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
Update NEWS to add CVE-2017-15804 entry
authorAurelien Jarno <aurelien@aurel32.net>
Fri, 1 Dec 2017 20:53:51 +0000 (21:53 +0100)
committerAurelien Jarno <aurelien@aurel32.net>
Fri, 1 Dec 2017 21:20:26 +0000 (22:20 +0100)
(cherry picked from commit 15e84c63c05e0652047ba5e738c54d79d62ba74b)

NEWS

diff --git a/NEWS b/NEWS
index 40ecd30fc540f5ce8690529ec86852744805d86e..0a8f20e37111acdced23d6aab9e7cb4fd14693d5 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -17,8 +17,8 @@ Security related changes:
   processing, leading to a memory leak and, potentially, to a denial
   of service.
 
-  The glob function, when invoked with GLOB_TILDE and without
-  GLOB_NOESCAPE, could write past the end of a buffer while
+  CVE-2017-15804: The glob function, when invoked with GLOB_TILDE and
+  without GLOB_NOESCAPE, could write past the end of a buffer while
   unescaping user names.  Reported by Tim Rühsen.
 
 The following bugs are resolved with this release: