crystal-lang / crystal

The Crystal Programming Language
https://crystal-lang.org
Apache License 2.0
19.2k stars 1.61k forks source link

Prefer `strerror_r` over `strerror` for thread-safe errno #14764

Closed ysbaddaden closed 8 hours ago

ysbaddaden commented 3 days ago

Prefer the thread safe strerror_r over the thread unsafe strerror for reporting Errno message.

Follow up to #14733