Skip to content

crash-handler-0.6.3

Latest

Choose a tag to compare

@Jake-Shadle Jake-Shadle released this 14 May 06:10
· 3 commits to main since this release

Fixed

  • PR#94 resolved a case of UB, resolving #93. Thanks @Chain-Fox!
  • PR#96 resolved #92 by avoid creating a copy of the crash context on the stack, which on aarch64-linux would result in a stack overflow in the signal handler.

Added

  • PR#96 added testing of aarch64-linux to CI.

Changed

  • PR#95 updated crates, and changed the edition to 2024.