www.digitalmars.com         C & C++   DMDScript  

digitalmars.D.bugs - [Issue 1749] New: std.socket not thread-safe due to strerror

reply d-bugmail puremagic.com writes:
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 digitalmars.com
        ReportedBy: david acz.org


SocketException uses strerror().  It should use sterror_r().


-- 
Dec 24 2007
parent d-bugmail puremagic.com writes:
http://d.puremagic.com/issues/show_bug.cgi?id=1749


bugzilla digitalmars.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |FIXED





Fixed dmd 1.025 and 2.009


-- 
Jan 02 2008