CWE-432 - Dangerous Signal Handler not Disabled During Sensitive Operations
The application uses a signal handler that shares state with other signal handlers, but it does not properly mask or prevent those signal handlers from being invoked while the original signal handler is still running.