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

Add panic handling to each function #23

Closed
jsha opened this issue Jan 15, 2021 · 1 comment
Closed

Add panic handling to each function #23

jsha opened this issue Jan 15, 2021 · 1 comment

Comments

@jsha
Copy link
Collaborator

jsha commented Jan 15, 2021

Since unwinding across an FFI boundary is undefined behavior (rust-lang/rust#58794), we should handle panics and return errors instead of continuing to unwind.

@jsha
Copy link
Collaborator Author

jsha commented Feb 3, 2021

Done in #25.

@jsha jsha closed this as completed Feb 3, 2021
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

No branches or pull requests

1 participant