This is the mail archive of the glibc-bugs@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug network/19074] Data race in _res_hconf_reorder_addrs


https://sourceware.org/bugzilla/show_bug.cgi?id=19074

--- Comment #1 from cvs-commit at gcc dot gnu.org <cvs-commit at gcc dot gnu.org> ---
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GNU C Library master sources".

The branch, master has been updated
       via  f463c7b1839e2df5da0cd1fb6fe197f982b68765 (commit)
      from  d95453ef5d9fccac44ab3d4a161d917e7ef6231f (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
https://sourceware.org/git/gitweb.cgi?p=glibc.git;h=f463c7b1839e2df5da0cd1fb6fe197f982b68765

commit f463c7b1839e2df5da0cd1fb6fe197f982b68765
Author: Florian Weimer <fweimer@redhat.com>
Date:   Wed Oct 14 16:19:24 2015 +0200

    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.

-----------------------------------------------------------------------

Summary of changes:
 ChangeLog          |    6 ++++
 NEWS               |    5 ++-
 resolv/res_hconf.c |   70 ++++++++++++++++++++++++++++++++++++++++++++++------
 3 files changed, 71 insertions(+), 10 deletions(-)

-- 
You are receiving this mail because:
You are on the CC list for the bug.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]