diff options
author | Andreas Schwab <schwab@redhat.com> | 2011-11-15 10:32:18 +0100 |
---|---|---|
committer | Andreas Schwab <schwab@redhat.com> | 2011-11-15 10:58:00 +0100 |
commit | 09f93bd3d6b1c41370432e6b7a3c88d0fc482881 (patch) | |
tree | eb699670ac2ec88fb1ab4bb373e636fc6f8b75d1 /ChangeLog | |
parent | 312be3f9f5eab1643d7dcc7728c76d413d4f2640 (diff) | |
download | glibc-09f93bd3d6b1c41370432e6b7a3c88d0fc482881.tar.gz glibc-09f93bd3d6b1c41370432e6b7a3c88d0fc482881.tar.xz glibc-09f93bd3d6b1c41370432e6b7a3c88d0fc482881.zip |
Fix reference counting in network interface information cache
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 139ba57532..8bb25138ca 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2011-11-15 Andreas Schwab <schwab@redhat.com> + + * sysdeps/unix/sysv/linux/check_pf.c (make_request): Properly + count references to noai6ai_cached. + 2011-11-15 Ulrich Drepper <drepper@gmail.com> * time/getdate.c (__getdate_r): Set FD_CLOEXEC for given file. |