aboutsummaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorPaul Pluzhnikov <ppluzhnikov@google.com>2015-09-26 13:27:48 -0700
committerAurelien Jarno <aurelien@aurel32.net>2016-01-23 22:03:56 +0100
commit7a5d3129638db8a832e2c3090d263bbc1b1b919b (patch)
treec29ae6cc7c08ebb1959f17a2102f47cae096e19d /NEWS
parent795b5d3658c0fc782cf0511ce15490e5f905393c (diff)
downloadglibc-7a5d3129638db8a832e2c3090d263bbc1b1b919b.tar
glibc-7a5d3129638db8a832e2c3090d263bbc1b1b919b.tar.gz
glibc-7a5d3129638db8a832e2c3090d263bbc1b1b919b.tar.bz2
glibc-7a5d3129638db8a832e2c3090d263bbc1b1b919b.zip
Fix BZ #18985 -- out of range data to strftime() causes a segfault
(cherry picked from commit d36c75fc0d44deec29635dd239b0fbd206ca49b7)
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS2
1 files changed, 1 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 4d3cea94e0..5a1ebdc87e 100644
--- a/NEWS
+++ b/NEWS
@@ -10,7 +10,7 @@ Version 2.22.1
* The following bugs are resolved with this release:
17905, 18589, 18743, 18778, 18781, 18787, 18796, 18870, 18887, 18921,
- 18928, 18969, 19018, 19058, 19174, 19178.
+ 18928, 18969, 18985, 19018, 19058, 19174, 19178.
* The LD_POINTER_GUARD environment variable can no longer be used to
disable the pointer guard feature. It is always enabled.