diff options
author | Paul Eggert <eggert@cs.ucla.edu> | 2018-09-18 15:02:11 -0700 |
---|---|---|
committer | Paul Eggert <eggert@cs.ucla.edu> | 2018-09-18 15:09:01 -0700 |
commit | dab9c3488e86d5304f3e4b778933760374494a82 (patch) | |
tree | c13bb52e61f1ea6872f482479d72f0edc8560ffc /ChangeLog | |
parent | e4e4fde51a309801af5eed72d3494cbf4b7737aa (diff) | |
download | glibc-dab9c3488e86d5304f3e4b778933760374494a82.tar glibc-dab9c3488e86d5304f3e4b778933760374494a82.tar.gz glibc-dab9c3488e86d5304f3e4b778933760374494a82.tar.bz2 glibc-dab9c3488e86d5304f3e4b778933760374494a82.zip |
Simplify tzfile fstat failure code
[BZ #21716]
* time/tzfile.c (__tzfile_read): Simplify slightly.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -1,5 +1,9 @@ 2018-09-18 Paul Eggert <eggert@cs.ucla.edu> + Simplify tzfile fstat failure code + [BZ #21716] + * time/tzfile.c (__tzfile_read): Simplify slightly. + Fix tzfile low-memory assertion failure [BZ #21716] * time/tzfile.c (__tzfile_read): Check for memory exhaustion |