...
Recommendation | Severity | Likelihood | Remediation Cost | Priority | Level |
---|---|---|---|---|---|
ERR05-C | medium | probable | high | P4 | L3 |
Automated Detection
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.
Related Vulnerabilities
Search for vulnerabilities resulting from the violation of this rule on the CERT website.
...