Closed
Description
rust/compiler/rustc_smir/src/stable_mir/mod.rs
Lines 113 to 114 in 7f74ae5
TLV
is left set to a dangling pointer if f
unwinds. This is unsound because a later call to with
will use that dangling pointer. There is a similar issue with with
and unwinding.
since you're on the Stable MIR cc list:
cc @oli-obk, @celinval