diff options
author | Ulrich Drepper <drepper@redhat.com> | 2008-10-06 16:29:56 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2008-10-06 16:29:56 +0000 |
commit | 2fdde3b920702b10edcd1771f5564ca58f2aa900 (patch) | |
tree | 1e72ab11f6ea3e3ecbe62f673cf047b24a8b670f | |
parent | e39e69467ee7790fe0f8188d81184c1830c80c0b (diff) | |
download | glibc-2fdde3b920702b10edcd1771f5564ca58f2aa900.tar.gz glibc-2fdde3b920702b10edcd1771f5564ca58f2aa900.tar.xz glibc-2fdde3b920702b10edcd1771f5564ca58f2aa900.zip |
[BZ #6942]
.. 2008-09-18 Andreas Schwab <schwab@suse.de> [BZ #6942] * resolv/res_send.c (send_vc): Fix use of unaligned address. Properly handle partial reads.
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index ddad30a058..9dd19f1575 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2008-09-18 Andreas Schwab <schwab@suse.de> + + [BZ #6942] + * resolv/res_send.c (send_vc): Fix use of unaligned address. + Properly handle partial reads. + 2008-10-01 Mark Shinwell <shinwell@codesourcery.com> * elf/elf.h (STO_MIPS_PLT): New. |