]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
NEWS: update from previous commit
authorTulio Magno Quites Machado Filho <tuliom@linux.vnet.ibm.com>
Fri, 1 Apr 2016 18:58:16 +0000 (15:58 -0300)
committerTulio Magno Quites Machado Filho <tuliom@linux.vnet.ibm.com>
Fri, 1 Apr 2016 19:02:00 +0000 (16:02 -0300)
NEWS

diff --git a/NEWS b/NEWS
index a3dd3c79da166d6dce6c6c097898aa9784204b15..8aa1206ea8fb16ca9a9f80a2816175cf05c10c59 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -25,7 +25,12 @@ Version 2.22.1
 
   17905, 18420, 18421, 18480, 18589, 18743, 18778, 18781, 18787, 18796,
   18870, 18887, 18921, 18928, 18969, 18985, 19003, 19018, 19058, 19174,
-  19178, 19590, 19682, 19791, 19822.
+  19178, 19590, 19682, 19791, 19822, 19879.
+
+* The getnetbyname implementation in nss_dns had a potentially unbounded
+  alloca call (in the form of a call to strdupa), leading to a stack
+  overflow (stack exhaustion) and a crash if getnetbyname is invoked
+  on a very long name.  (CVE-2016-3075)
 
 * The LD_POINTER_GUARD environment variable can no longer be used to
   disable the pointer guard feature.  It is always enabled.