diff options
author | Ulrich Drepper <drepper@redhat.com> | 2009-10-29 23:01:58 -0700 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2009-10-29 23:01:58 -0700 |
commit | 75ded9bcdff960829743aca4a984a4cbf40a3585 (patch) | |
tree | 191d0b8beb58ce5621a14a54f3c04445dc3e7665 /ChangeLog | |
parent | bf20990de0c0478cd974717237c5738d036ad8dc (diff) | |
download | glibc-75ded9bcdff960829743aca4a984a4cbf40a3585.tar.gz glibc-75ded9bcdff960829743aca4a984a4cbf40a3585.tar.xz glibc-75ded9bcdff960829743aca4a984a4cbf40a3585.zip |
Initialize local variable in resolver.
When the DNS server doesn't reply at all we possibly tested an unitialized variable.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 3d869910a9..c622ad5d42 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,8 @@ 2009-10-29 Ulrich Drepper <drepper@redhat.com> + [BZ #10391] + * resolv/res_send.c (send_dg): Initialize resplen. + [BZ #10446] * sysdeps/unix/sysv/linux/ia64/bits/siginfo.h: Match sigevent definition to the kernel's. |