2
0
mirror of https://github.com/curl/curl.git synced 2025-01-18 14:04:30 +08:00
curl/lib/.checksrc
Daniel Stenberg 2f0bb864c1
lib: don't use strerror()
We have and provide Curl_strerror() internally for a reason: strerror()
is not necessarily thread-safe so we should always try to avoid it.

Extended checksrc to warn for this, but feature the check disabled by
default and only enable it in lib/

Closes 
2021-09-09 07:53:42 +02:00

2 lines
16 B
Plaintext