]> git.ipfire.org Git - thirdparty/glibc.git/commit
Fix tzfile low-memory assertion failure
authorPaul Eggert <eggert@cs.ucla.edu>
Tue, 18 Sep 2018 22:02:10 +0000 (15:02 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Tue, 18 Sep 2018 22:09:01 +0000 (15:09 -0700)
commite4e4fde51a309801af5eed72d3494cbf4b7737aa
tree40315a0935e9b7a4bd564eb6a8f2bc3885e5c61e
parentd3a43e49f342c4663af0fff9d95000cfe26867c3
Fix tzfile low-memory assertion failure

[BZ #21716]
* time/tzfile.c (__tzfile_read): Check for memory exhaustion
when registering time zone abbreviations.
ChangeLog
time/tzfile.c