about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2018-09-18 15:02:10 -0700
committerPaul Eggert <eggert@cs.ucla.edu>2018-09-18 15:09:01 -0700
commite4e4fde51a309801af5eed72d3494cbf4b7737aa (patch)
tree40315a0935e9b7a4bd564eb6a8f2bc3885e5c61e /ChangeLog
parentd3a43e49f342c4663af0fff9d95000cfe26867c3 (diff)
downloadglibc-e4e4fde51a309801af5eed72d3494cbf4b7737aa.tar.gz
glibc-e4e4fde51a309801af5eed72d3494cbf4b7737aa.tar.xz
glibc-e4e4fde51a309801af5eed72d3494cbf4b7737aa.zip
Fix tzfile low-memory assertion failure
[BZ #21716]
* time/tzfile.c (__tzfile_read): Check for memory exhaustion
when registering time zone abbreviations.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 1403616e9a..5d8c035390 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2018-09-18  Paul Eggert  <eggert@cs.ucla.edu>
+
+	Fix tzfile low-memory assertion failure
+	[BZ #21716]
+	* time/tzfile.c (__tzfile_read): Check for memory exhaustion
+	when registering time zone abbreviations.
+
 2018-09-18  Joseph Myers  <joseph@codesourcery.com>
 
 	* sysdeps/unix/sysv/linux/bits/mman.h: New file.