Skip to content

Release 1.3.2

Compare
Choose a tag to compare
@dallison dallison released this 03 Aug 22:34
· 43 commits to main since this release

This uses user contexts for Linux and setjmp/longjmp for other platforms. While benefiting from being more portable, setjmp/longjmp causes LLVM TSAN to get its knickers in a twist. Also, Apple have decided that user contexts (ucontext_t) is dangerous and have deprecated it.