CWE-828: Signal Handler with Functionality that is not Asynchronous-Safe
The product defines a signal handler that contains code sequences that are not asynchronous-safe, i.e., the functionality is not reentrant, or it can be interrupted.
1 tracked CVEs are classified under this weakness.
More specific weaknesses
- CWE-479 — Signal Handler Use of a Non-reentrant Function