On Fri, 22 May 2020 14:57:11 +0200, Marc Espie wrote: > From a security standpoint, is there a "cheap" way to make setlocale abort() > instead of trying to do a double free on when running in a race condition ?
We could use _THREAD_PRIVATE_MUTEX as we do in other parts of libc. - todd
