[Bug libc/14267] fprintf() function is multithread-unsafe
davem at davemloft dot net
sourceware-bugzilla@sourceware.org
Mon Dec 3 22:12:00 GMT 2012
http://sourceware.org/bugzilla/show_bug.cgi?id=14267
David S. Miller <davem at davemloft dot net> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |davem at davemloft dot net
Target Milestone|2.17 |2.18
--- Comment #1 from David S. Miller <davem at davemloft dot net> 2012-12-03 22:12:33 UTC ---
This change should be rearranged such that we only take the lock if the feature
in question is used, rather than unconditionally. Otherwise non-users of the
feature take a performance hit, and that's undesirable.
--
Configure bugmail: http://sourceware.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
More information about the Glibc-bugs
mailing list