authorgravatar for alex@alexrp.comAlex Rønne Petersen <alex@alexrp.com> 2025-10-17 14:58:30+02:00
committergravatar for alex@alexrp.comAlex Rønne Petersen <alex@alexrp.com> 2025-10-17 15:02:02+02:00
log671428359ef85d5ffc9e44fbc8bd51ac0079f917
tree5b4e51c664699b1e04b99a2ff6b76f0ecf93c14a
parent1f8a72175b5352e77b41ed4d165acccad08ffb16
signaturebadge-check Signed by SSH key SHA256:7B/LJ7bpR1eX8aCXSr4mtd5M45VMPKcx9zY8e95b5QM

libunwind: backport llvm/llvm-project#162867

https://github.com/llvm/llvm-project/pull/162867

1 files changed, 2 insertions(+), 1 deletions(-)

lib/libunwind/src/Unwind-seh.cpp+2-1
......@@ -174,7 +174,8 @@ _GCC_specific_handler(PEXCEPTION_RECORD ms_exc, PVOID frame, PCONTEXT ms_ctx,
174174 }
175175 // FIXME: Indicate target frame in foreign case!
176176 // phase 2: the clean up phase
177 RtlUnwindEx(frame, (PVOID)disp->ControlPc, ms_exc, exc, ms_ctx, disp->HistoryTable);
177 RtlUnwindEx(frame, (PVOID)disp->ControlPc, ms_exc, exc, disp->ContextRecord,
178 disp->HistoryTable);
178179 _LIBUNWIND_ABORT("RtlUnwindEx() failed");
179180 case _URC_INSTALL_CONTEXT: {
180181 // If we were called by __libunwind_seh_personality(), indicate that