Remove `thread_local` on OSX
GCC can compile code which use `thread_local` on OSX, but generates faulty code. The generated code leads to a heap-use-after-free.
Showing
Please register or sign in to comment
GCC can compile code which use `thread_local` on OSX, but generates faulty code. The generated code leads to a heap-use-after-free.