diff options
author | Roland McGrath <roland@gnu.org> | 2003-02-25 09:18:27 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 2003-02-25 09:18:27 +0000 |
commit | 724fad20ce0906168323ba11bedb4bcbd62f3e9d (patch) | |
tree | 2e6a1a8b26c3494b52156ad98e8afd098c940f35 | |
parent | c30dcea16f376e59607fd7dffe72a8af986ad7ab (diff) | |
download | glibc-724fad20ce0906168323ba11bedb4bcbd62f3e9d.tar.gz glibc-724fad20ce0906168323ba11bedb4bcbd62f3e9d.tar.xz glibc-724fad20ce0906168323ba11bedb4bcbd62f3e9d.zip |
* resolv/res_init.c (res_thread_freeres): Bail out if _res.nscount is
zero, inidicating _res was not initialized yet.
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 8f6f28d26f..23ef4dd44d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2003-02-25 Roland McGrath <roland@redhat.com> + + * resolv/res_init.c (res_thread_freeres): Bail out if _res.nscount is + zero, inidicating _res was not initialized yet. + 2003-02-24 Ulrich Drepper <drepper@redhat.com> * sysdeps/unix/sysv/linux/ttyname_r.c (__ttyname_r): Remove EACCES |