diff options
author | Florian Weimer <fweimer@redhat.com> | 2015-10-14 16:19:24 +0200 |
---|---|---|
committer | Florian Weimer <fweimer@redhat.com> | 2015-10-14 16:43:16 +0200 |
commit | f463c7b1839e2df5da0cd1fb6fe197f982b68765 (patch) | |
tree | 1b44b161ff16c87dadb2eaefc2011fbe57de7993 /ChangeLog | |
parent | d95453ef5d9fccac44ab3d4a161d917e7ef6231f (diff) | |
download | glibc-f463c7b1839e2df5da0cd1fb6fe197f982b68765.zip glibc-f463c7b1839e2df5da0cd1fb6fe197f982b68765.tar.gz glibc-f463c7b1839e2df5da0cd1fb6fe197f982b68765.tar.bz2 |
Fix double-checked locking in _res_hconf_reorder_addrs [BZ #19074]
[BZ #19074]
* resolv/res_hconf.c (_res_hconf_reorder_addrs): Use atomics to
load and store num_ifs.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -1,3 +1,9 @@ +2015-10-14 Florian Weimer <fweimer@redhat.com> + + [BZ #19074] + * resolv/res_hconf.c (_res_hconf_reorder_addrs): Use atomics to + load and store num_ifs. + 2015-10-14 H.J. Lu <hongjiu.lu@intel.com> [BZ #18822] |