diff options
author | Florian Weimer <fweimer@redhat.com> | 2016-05-10 10:50:24 +0200 |
---|---|---|
committer | Florian Weimer <fweimer@redhat.com> | 2016-05-10 10:50:24 +0200 |
commit | 4efdc6d956f4ba40f27356e6fc54e40527de63fe (patch) | |
tree | f5e864cfb00cc7481a47896cf888059c95153a17 /ChangeLog | |
parent | 8db2cf163e048b02cbafe118bf033b78618c2f30 (diff) | |
download | glibc-4efdc6d956f4ba40f27356e6fc54e40527de63fe.zip glibc-4efdc6d956f4ba40f27356e6fc54e40527de63fe.tar.gz glibc-4efdc6d956f4ba40f27356e6fc54e40527de63fe.tar.bz2 |
resolv: Call gmtime_r instead of gmtime in p_secstodate [BZ #20017]
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -1,5 +1,11 @@ 2016-05-10 Florian Weimer <fweimer@redhat.com> + [BZ #20017] + * resolv/res_debug.c (p_secstodate): Call __gmtime_r instead of + gmtime. + +2016-05-10 Florian Weimer <fweimer@redhat.com> + [BZ #19994] * sysdeps/posix/getaddrinfo.c (gethosts): Restore RES_USE_INET6 flag in _res.options. |