...
Tool | Version | Checker | Description |
|---|
| Compass/ROSE |
|
| Could detect violations of this rule merely by reporting functions that call abort(), exit(), or _Exit() inside an if or switch statement. This would also catch many false positives, as ROSE could not distinguish a library function from an application function |
| Parasoft C/C++test | | CERT_C-ERR05-a CERT_C-ERR05-b CERT_C-ERR05-c
| The 'abort()' function from the 'stdlib.h' or 'cstdlib' library shall not be used The 'exit()' function from the 'stdlib.h' or 'cstdlib' library shall not be used The 'quick_exit()' and '_Exit()' functions from the 'stdlib.h' or 'cstdlib' library shall not be u |
| Security Reviewer - Static Reviewer | | Include Page |
|---|
| Security Reviewer - Static Reviewer_V |
|---|
| Security Reviewer - Static Reviewer_V |
|---|
|
| C32 C33 | Fully implemented |
Related Vulnerabilities
Search for vulnerabilities resulting from the violation of this rule on the CERT website.
...