diff options
author | Ulrich Drepper <drepper@redhat.com> | 2007-10-17 16:05:34 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2007-10-17 16:05:34 +0000 |
commit | fc4837e5d7548b94630054f517eeb13f2cfaf7a9 (patch) | |
tree | 7956a7dc542c86dabdd65a707d964958d460737f /ChangeLog | |
parent | 406f28dbe5f8fc70fed76a2fe0112983417ebf60 (diff) | |
download | glibc-fc4837e5d7548b94630054f517eeb13f2cfaf7a9.zip glibc-fc4837e5d7548b94630054f517eeb13f2cfaf7a9.tar.gz glibc-fc4837e5d7548b94630054f517eeb13f2cfaf7a9.tar.bz2 |
* sysdeps/posix/getaddrinfo.c (getaddrinfo): When sorting addresses
and admin selects to be able to replace the gai.conf file, lock
data structures around the qsort call.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -1,3 +1,9 @@ +2007-10-17 Jakub Jelinek <jakub@redhat.com> + + * sysdeps/posix/getaddrinfo.c (getaddrinfo): When sorting addresses + and admin selects to be able to replace the gai.conf file, lock + data structures around the qsort call. + 2007-10-17 Ulrich Drepper <drepper@redhat.com> * sysdeps/x86_64/cacheinfo.c: Comment out code added in support of |