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 nptl/16816] pthread_once: ABA issue related to the fork generation counter


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

--- Comment #2 from Torvald Riegel <triegel at redhat dot com> ---
I don't see a significant difference between a deadlock and killing the process
-- at least from a security perspective.  With the latter, a user might become
aware of the problem without starting a debugger; with the former, just another
pthread_once call would repair the deadlock, so make this a benign failure
(when ignoring performance).

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