-
- Downloads
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
Do not update/delete: Banner broadcast message test data
Do not update/delete: Notification broadcast message test data
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.