about summary refs log tree commit diff
path: root/ChangeLog
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 18:16:50 +0100
commit163437ec37ea32e82469de9b6cbed0d7209551c1 (patch)
tree60cfed95a8cf92736e16593fe31145530654902f /ChangeLog
parentf676ce661cc319c0a984b93e4879aa717fb6240b (diff)
downloadglibc-163437ec37ea32e82469de9b6cbed0d7209551c1.tar.gz
glibc-163437ec37ea32e82469de9b6cbed0d7209551c1.tar.xz
glibc-163437ec37ea32e82469de9b6cbed0d7209551c1.zip
Fix BZ #18985 -- out of range data to strftime() causes a segfault
(cherry picked from commit d36c75fc0d44deec29635dd239b0fbd206ca49b7)
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index c27d5863d2..a3182f00c7 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2015-09-26  Paul Pluzhnikov  <ppluzhnikov@google.com>
+
+	[BZ #18985]
+	* time/strftime_l.c (a_wkday, f_wkday, a_month, f_month): Range check.
+	(__strftime_internal): Likewise.
+	* time/tst-strftime.c (do_bz18985): New test.
+	(do_test): Call it.
+
 2015-08-08  Paul Pluzhnikov  <ppluzhnikov@google.com>
 
 	[BZ #17905]