diff options
author | Ulrich Drepper <drepper@redhat.com> | 2007-11-23 03:03:59 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2007-11-23 03:03:59 +0000 |
commit | 5c3a3dba227808f16a1dc2676c9fc49f66945b08 (patch) | |
tree | 1fd6c6ff9cecfe31a6cf215d31bf28e54c198c30 /ChangeLog | |
parent | 8588312396635a2c5f13bd235217597456e0e4d2 (diff) | |
download | glibc-5c3a3dba227808f16a1dc2676c9fc49f66945b08.tar.gz glibc-5c3a3dba227808f16a1dc2676c9fc49f66945b08.tar.xz glibc-5c3a3dba227808f16a1dc2676c9fc49f66945b08.zip |
[BZ #5375]
* resolv/res_hconf.c (_res_hconf_reorder_addrs): Fix locking when initializing interface list.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 84769fb6c0..50729fdd90 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,9 @@ 2007-11-22 Ulrich Drepper <drepper@redhat.com> + [BZ #5375] + * resolv/res_hconf.c (_res_hconf_reorder_addrs): Fix locking when + initializing interface list. + [BZ #5378] * nis/nss_compat/compat-initgroups.c (getgrent_next_nss): Don't use result of nss_getgrgid_r if nothing was found. For other |