diff options
author | Ulrich Drepper <drepper@redhat.com> | 2005-09-26 16:12:12 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2005-09-26 16:12:12 +0000 |
commit | 207cce4c4781fbd9928927d3bb6805bcc843a158 (patch) | |
tree | 97225ca65f5271bf5af3fbd6f6017bcfea97b1d9 /ChangeLog | |
parent | 7f71c55ddfc2e8f0fb64034ae4f92c574fbe22fd (diff) | |
download | glibc-207cce4c4781fbd9928927d3bb6805bcc843a158.zip glibc-207cce4c4781fbd9928927d3bb6805bcc843a158.tar.gz glibc-207cce4c4781fbd9928927d3bb6805bcc843a158.tar.bz2 |
[BZ #524]
* sysdeps/posix/getaddrinfo.c (match_prefix): Fix matching loop of
number of bits is multiple of 8.
Patch by Fredrik Tolf <fredrik@dolda2000.com>.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -1,5 +1,10 @@ 2005-09-26 Ulrich Drepper <drepper@redhat.com> + [BZ #524] + * sysdeps/posix/getaddrinfo.c (match_prefix): Fix matching loop of + number of bits is multiple of 8. + Patch by Fredrik Tolf <fredrik@dolda2000.com>. + [BZ #516] * elf/dl-load.c: Report failed loading due to ELF class mismatch with better words. |