Closed
Description
It's explicitly undefined to unwind past an FFI boundary, so these functions can be considered nounwind
. The soundness hole allowing safe Rust code to unwind past FFI boundaries should be fixed first (#18510).
It's explicitly undefined to unwind past an FFI boundary, so these functions can be considered nounwind
. The soundness hole allowing safe Rust code to unwind past FFI boundaries should be fixed first (#18510).