The launcher code currently uses strerror(3C) on Unix, this needs to be replaced
with strerror_r(3C) whenever the build platforms support
this function. As strerror creates a static buffer and is inherently not
thread-safe.
with strerror_r(3C) whenever the build platforms support
this function. As strerror creates a static buffer and is inherently not
thread-safe.
- relates to
-
JDK-6223913 strerror() isn't thread-safe in linux system and should not be called, but strerror_r() in 1.4.2/5.0
-
- Closed
-