Skip to content
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

looper: Also abort on panic in FFI callback #421

Merged
merged 1 commit into from
Aug 23, 2023

Conversation

MarijnS95
Copy link
Member

As with #412 we shouldn't let panics unwind into the FFI boundary; use the new helper abort_on_panic() utility to catch these and abort the process instead.

As with #412 we shouldn't let panics unwind into the FFI boundary; use
the new helper `abort_on_panic()` utility to catch these and abort the
process instead.
@MarijnS95 MarijnS95 merged commit d64c8b6 into master Aug 23, 2023
@MarijnS95 MarijnS95 deleted the looper-abort-on-panic-in-cb branch August 23, 2023 22:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant