...
The getenv()
function is not thread-safe. Make sure to address any possible race conditions resulting from the use of this function.
The asctime()
, localeconv()
, setlocale()
, and strerror()
functions have similar restrictions. Do not access the objects returned by any of these functions after a subsequent call.
...