julia
f613ee3c
- only install error frame if fully allocated and valid
Go
Login via GitHub
Home
Pricing
FAQ
Install
Login
via GitHub
Commit
View On
GitHub
Commit
1 year ago
only install error frame if fully allocated and valid Avoids a race condition where a signal (e.g. StackOverflowError) happens while trying to initialize the rest of the frame, resulting in trying to longjmp to garbage.
References
#54622 - add unconditional warning before handling StackOverflow
Author
vtjnash
Committer
vtjnash
Parents
b8e714df
Loading