Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix crash on FreeBSD due to incorrect thr_self system call invocation (…
…#285) The correct signature is: int thr_self(long *id); It was called as thr_self() which caused memory corruption.
- Loading branch information