mirror of https://git.musl-libc.org/git/musl
Browse Source
calling exit more than once invokes undefined behavior. in some cases it's desirable to detect undefined behavior and diagnose it via a predictable crash, but the code here was silently covering up an uncommon case (exit from more than one thread) and turning a much more common case (recursive calls to exit) into a permanent hang.master
2 changed files with 0 additions and 11 deletions
Loading…
Reference in new issue