3 comments:
File CommonLibs/Threads.cpp:
Patch Set #1, Line 58: char *err_str = NULL;
Fixed
Done
Patch Set #1, Line 59: #if defined(__GLIBC__) && defined(_GNU_SOURCE)
I’ve moved this into Utils as a reusable strerror_buf() helper and added a C++ wrapper strerror_str( […]
Done
File CommonLibs/Utils.cpp:
Replaced all `strerror_r()` with `strerror_buf()`
Done
To view, visit change 42199. To unsubscribe, or for help writing mail filters, visit settings.