Skip to content

[th/strerror_r] various cleanups for strerror()/strerror_r()

Thomas Haller requested to merge th/strerror_r into main

strerror() is not thread-safe (and shouldn't be used). strerror_r() should be used, but is cumbersome as there are different variants.

We have our different wrappers (for different purposes). Use them, as appropriate.

Merge request reports