diff options
author | Ulrich Drepper <drepper@redhat.com> | 2005-10-08 17:29:38 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2005-10-08 17:29:38 +0000 |
commit | 508aa29154dd7056417afb48ad54865f2c04ace7 (patch) | |
tree | aeb1629a2c9a192a8d1dc676e9c3cfcbf8d5a231 | |
parent | 4f3d6536ce873999c3019024d4045e3e0b34058a (diff) | |
download | glibc-508aa29154dd7056417afb48ad54865f2c04ace7.tar.gz glibc-508aa29154dd7056417afb48ad54865f2c04ace7.tar.xz glibc-508aa29154dd7056417afb48ad54865f2c04ace7.zip |
* nss/getent.c (hosts_keys): Pass INADDRSZ as size rather
than IN6ADDRSZ to AF_INET gethostbyaddr.
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 5f40b7bc3c..abb3830a33 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2005-10-08 Jakub Jelinek <jakub@redhat.com> + + * nss/getent.c (hosts_keys): Pass INADDRSZ as size rather + than IN6ADDRSZ to AF_INET gethostbyaddr. + 2005-10-07 Roland McGrath <roland@redhat.com> [BZ #1438] |