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

James E. King, III <jim.king at simplivity dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |jim.king at simplivity dot com

--- Comment #20 from James E. King, III <jim.king at simplivity dot com> ---
I can also confirm that we were able to reproduce this issue easily and once
the patch was applied, we were not able to reproduce it easily any more.  It
can show up in a core looking like
https://sourceware.org/bugzilla/show_bug.cgi?id=12926 with a hang in check_pf
holding a lock, and all other threads calling getaddrinfo() are blocked waiting
for a reply that may never happen.

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