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

Wrap all FFI methods that can crash #406

Open
mefellows opened this issue Sep 9, 2022 · 0 comments
Open

Wrap all FFI methods that can crash #406

mefellows opened this issue Sep 9, 2022 · 0 comments

Comments

@mefellows
Copy link
Member

See pact-foundation/pact-js#942

Error in native callback should never be thrown to end users without proper wrapping. Some methods that don't return a boolean value aren't wrapped, meaning this error can leak out of the framework.

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