-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Implement a safer version of GetCrashInfoFromException #3652
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
`abi::__cxa_current_exception_type()` can return `null`, handle this properly
xdustinface
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Makes sense -> utACK
Co-authored-by: dustinface <[email protected]>
xdustinface
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
utACK with an additional nit, just in case you still want to add it :)
Co-authored-by: dustinface <[email protected]>
PastaPastaPasta
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
utACK
* Implement a safer version of GetCrashInfoFromException `abi::__cxa_current_exception_type()` can return `null`, handle this properly * Update src/stacktraces.cpp Co-authored-by: dustinface <[email protected]> * Update src/stacktraces.cpp Co-authored-by: dustinface <[email protected]> Co-authored-by: dustinface <[email protected]>
|
backported in #3670 |
abi::__cxa_current_exception_type()can returnnull, we should handle this properly