mirror of
https://github.com/revng/revng
synced 2026-06-21 14:07:57 +00:00
883dd14f43
Fix an out-of-scope issue, where the `_Unwind_Exception` object was used after the destruction of `raise_exception_helper`'s stackframe. This issue has been addressed by placing the object into the `.bss` segment.