Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fixed bug #2019: uninitialized stack globals leads to crash
Not being initialized, checking `XG_BASE(stack)` may not work, especially if memory is not zeroed, this is the case with *musl libc*. This bug has been introduced in 9437d03
- Loading branch information