-
- Downloads
There was an error fetching the commit references. Please try again later.
Fix bug with signal handling in catch.c
Signal handlers might be called repeatedly. As such they can't call non-async-safe functions such as printf. Instead set a sentinel and check for it.
Please register or sign in to comment