[Boost-bugs] [Boost C++ Libraries] #8244: strerror is not thread-safe on all platforms

Subject: [Boost-bugs] [Boost C++ Libraries] #8244: strerror is not thread-safe on all platforms
From: Boost C++ Libraries (noreply_at_[hidden])
Date: 2013-03-05 09:04:26


#8244: strerror is not thread-safe on all platforms
------------------------------+---------------------------------------------
 Reporter: andysem | Owner: turkanis
     Type: Bugs | Status: new
Milestone: To Be Determined | Component: iostreams
  Version: Boost 1.52.0 | Severity: Problem
 Keywords: |
------------------------------+---------------------------------------------
 boost/iostreams/detail/system_failure.hpp uses strerror function which is
 not thread-safe on many platforms (e.g. Linux). Its use should be replaced
 with strerror_r, when possible.

 As a hint for implementation see libs/system/src/error_code.cpp.

-- 
Ticket URL: <https://svn.boost.org/trac/boost/ticket/8244>
Boost C++ Libraries <http://www.boost.org/>
Boost provides free peer-reviewed portable C++ source libraries.

This archive was generated by hypermail 2.1.7 : 2017-02-16 18:50:12 UTC