Skip to content
This repository has been archived by the owner on Nov 26, 2020. It is now read-only.

Prevent unwinding into the caller from callbacks #22

Open
mzabaluev opened this issue Feb 13, 2015 · 1 comment
Open

Prevent unwinding into the caller from callbacks #22

mzabaluev opened this issue Feb 13, 2015 · 1 comment
Labels

Comments

@mzabaluev
Copy link
Member

The Rust reference says it is undefined behavior to cross the FFI boundary while unwinding.
We need some reliable way to prevent unwinding in callbacks.

@mzabaluev
Copy link
Member Author

Relevant: rust-lang/rfcs#638

@mzabaluev mzabaluev changed the title Investigate unwinding in callbacks Prevent unwinding into the caller from callbacks Feb 13, 2015
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

1 participant