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/15946] getaddrinfo() writes DNS queries to random file descriptors under high load (CVE-2013-7423)


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

--- Comment #19 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, ibm/2.18/master has been updated
       via  fec49d52bbe7af00c80f014a76357f56293e42bd (commit)
       via  45af2f6fe19b8a776373cac5a2691460179aa1a3 (commit)
       via  d4deb63367247eaddcbe10b872d39ff70659eaf4 (commit)
       via  f2b605ed8882a922c403386b2af7e7a5eecbf39f (commit)
       via  d56700df46977b14e9fe54201132fed04475cd03 (commit)
       via  3ce4555d432282fcfe963cc8809163e85ee0f71c (commit)
       via  25394eff67a3119011ffa04a1986be130a6b628d (commit)
       via  bc273d38b147d67668e92a8f39dd696e28695c30 (commit)
       via  d680656b61891159d21a535f38219cf01d5edeea (commit)
       via  c616775d2c6df31786b71b4e135fba90b4a63f89 (commit)
       via  2a8396b962b8c57a2581023b62766a3ac44c3ba4 (commit)
       via  0553c6642be2cdf6bac776fac5fd50164cb28709 (commit)
       via  a244697f97107af77f26eb7e4dfc4538c7e68b27 (commit)
       via  8b43a2274a593ce91e673db1cfac6e808134bc84 (commit)
       via  ca0dd6386ed2b5c5c6ca392547628a1228432ae0 (commit)
       via  6d153c48a17487a1bd2ae47a1d6be8df28c21130 (commit)
      from  a33fd93601cae52dd1c53f92240e11b25b053e18 (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=fec49d52bbe7af00c80f014a76357f56293e42bd

commit fec49d52bbe7af00c80f014a76357f56293e42bd
Merge: 45af2f6 d4deb63
Author: Tulio Magno Quites Machado Filho <tuliom@linux.vnet.ibm.com>
Date:   Tue Apr 7 10:13:59 2015 -0300

    Merge branch release/2.18/master into ibm/2.18/master

    Conflicts:
        NEWS

https://sourceware.org/git/gitweb.cgi?p=glibc.git;h=45af2f6fe19b8a776373cac5a2691460179aa1a3

commit 45af2f6fe19b8a776373cac5a2691460179aa1a3
Author: Andreas Schwab <schwab@suse.de>
Date:   Mon May 26 18:01:31 2014 +0200

    Fix invalid file descriptor reuse while sending DNS query (BZ #15946)

    Conflicts:
        NEWS

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

Summary of changes:
 ChangeLog                                          |   63 +++++++++++
 NEWS                                               |    9 +-
 malloc/malloc.c                                    |   20 ++--
 nptl/Makefile                                      |    2 +-
 nptl/sysdeps/sparc/sparc32/pthread_spin_lock.S     |    4 +-
 nptl/sysdeps/sparc/sparc64/pthread_spin_lock.S     |    4 +-
 nptl/tst-spin4.c                                   |  109 ++++++++++++++++++++
 ports/ChangeLog.aarch64                            |   24 +++++
 ports/ChangeLog.alpha                              |    5 +
 ports/sysdeps/aarch64/dl-trampoline.S              |   30 +++++-
 ports/sysdeps/aarch64/fpu/fpu_control.h            |    3 +
 ports/sysdeps/aarch64/soft-fp/sfp-machine.h        |    2 +-
 ports/sysdeps/unix/sysv/linux/aarch64/clone.S      |    7 +-
 ports/sysdeps/unix/sysv/linux/alpha/rt_sigaction.S |   18 +++-
 resolv/res_send.c                                  |    1 +
 string/test-strcmp.c                               |   28 +++++
 sysdeps/sparc/sparc64/multiarch/memcpy-niagara2.S  |    1 +
 sysdeps/sparc/sparc64/strcmp.S                     |   31 ++++++
 sysdeps/unix/sysv/linux/sparc/bits/eventfd.h       |    2 +
 sysdeps/unix/sysv/linux/sparc/bits/resource.h      |   27 +++++
 sysdeps/x86/fpu/bits/mathinline.h                  |    6 +-
 sysdeps/x86_64/x32/symbol-hacks.h                  |    2 +-
 22 files changed, 366 insertions(+), 32 deletions(-)
 create mode 100644 nptl/tst-spin4.c

-- 
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]