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 /NEWS | |
parent | d95453ef5d9fccac44ab3d4a161d917e7ef6231f (diff) | |
download | glibc-f463c7b1839e2df5da0cd1fb6fe197f982b68765.tar.gz |
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 'NEWS')
-rw-r--r-- | NEWS | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -18,8 +18,9 @@ Version 2.23 18790, 18795, 18796, 18803, 18820, 18823, 18824, 18825, 18857, 18863, 18870, 18872, 18873, 18875, 18887, 18921, 18951, 18952, 18956, 18961, 18966, 18967, 18969, 18970, 18977, 18980, 18981, 18985, 19003, 19007, - 19012, 19016, 19018, 19032, 19046, 19049, 19050, 19059, 19071, 19076, - 19077, 19078, 19079, 19085, 19086, 19088, 19094, 19095, 19124, 19125 + 19012, 19016, 19018, 19032, 19046, 19049, 19050, 19059, 19071, 19074, + 19076, 19077, 19078, 19079, 19085, 19086, 19088, 19094, 19095, 19124, + 19125 * The obsolete header <regexp.h> has been removed. Programs that require this header must be updated to use <regex.h> instead. |