[Issue 1749] New: std.socket not thread-safe due to strerror
d-bugmail at puremagic.com
d-bugmail at puremagic.com
Mon Dec 24 11:17:37 PST 2007
http://d.puremagic.com/issues/show_bug.cgi?id=1749
Summary: std.socket not thread-safe due to strerror
Product: D
Version: 1.021
Platform: PC
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: Phobos
AssignedTo: bugzilla at digitalmars.com
ReportedBy: david at acz.org
SocketException uses strerror(). It should use sterror_r().
--
More information about the Digitalmars-d-bugs
mailing list