Skip to content
Snippets Groups Projects
Commit abf485e6 authored by Ben Gamari's avatar Ben Gamari
Browse files

base: Use strerror_r

As noted by #24344, `strerror` is not necessarily thread-safe.
Thankfully, POSIX.1-2001 has long offered `strerror_r`, which is
safe to use.

Fixes #24344.
parent 0d12b987
No related merge requests found
Pipeline #89180 failed with stages
in 35 minutes and 6 seconds
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment