Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
The exit() function is not thread safe and triggers a warning from clang tidy for all FatalError() and FatalErrorAtInit() calls. This patch uses quick_exit instead to only flush the critical IO and not call the static destructors (which are the non thread safe part).
- Loading branch information