diff options
author | Ulrich Drepper <drepper@redhat.com> | 2007-11-06 01:04:13 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2007-11-06 01:04:13 +0000 |
commit | 94a749f69ad4b18250e9aab7292b6e8496e0a065 (patch) | |
tree | 6b5d03838e15c61567cdd90c56e99b2b6dcf1561 /ChangeLog | |
parent | ffb1b882828a6fa71fb4e9be1c30cacafb3c70c3 (diff) | |
download | glibc-94a749f69ad4b18250e9aab7292b6e8496e0a065.zip glibc-94a749f69ad4b18250e9aab7292b6e8496e0a065.tar.gz glibc-94a749f69ad4b18250e9aab7292b6e8496e0a065.tar.bz2 |
* time/tzfile.c (__tzfile_read): Fix check for version 0 data files.
Patch by Szymon Siwek <sls@poczta.wp.pl>.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -1,5 +1,8 @@ 2007-11-05 Ulrich Drepper <drepper@redhat.com> + * time/tzfile.c (__tzfile_read): Fix check for version 0 data files. + Patch by Szymon Siwek <sls@poczta.wp.pl>. + * nscd/aicache.c (addhstaiX): Check herrno after IPv4 lookup only when the lookup call failed. |