diff options
author | Ulrich Drepper <drepper@redhat.com> | 2006-05-06 07:16:35 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2006-05-06 07:16:35 +0000 |
commit | acf82eaf270b410e49dfe45fa836f1ba41b62bb6 (patch) | |
tree | b7f7e6e0f214d153585f6bcf5ac71d8d5788f556 /ChangeLog | |
parent | 694b49cac3bc23de181b25191cf852672b35aadc (diff) | |
download | glibc-acf82eaf270b410e49dfe45fa836f1ba41b62bb6.tar glibc-acf82eaf270b410e49dfe45fa836f1ba41b62bb6.tar.gz glibc-acf82eaf270b410e49dfe45fa836f1ba41b62bb6.tar.bz2 glibc-acf82eaf270b410e49dfe45fa836f1ba41b62bb6.zip |
[BZ #2499]
2006-05-06 Ulrich Drepper <drepper@redhat.com>
[BZ #2499]
* resolv/res_query.c (__libc_res_nquery): If answerp != NULL,
__libc_res_nsend might reallocate the buffer for the answer. In
this case we have to reload the HP pointer.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -1,3 +1,10 @@ +2006-05-06 Ulrich Drepper <drepper@redhat.com> + + [BZ #2499] + * resolv/res_query.c (__libc_res_nquery): If answerp != NULL, + __libc_res_nsend might reallocate the buffer for the answer. In + this case we have to reload the HP pointer. + 2006-05-05 Ulrich Drepper <drepper@redhat.com> * stdio-common/vfscanf.c (memory_error): Remove definition. Add |