...
Recommendation | Severity | Likelihood | Remediation Cost | Priority | Level |
---|---|---|---|---|---|
ERR06-C | medium | unlikely | medium | P4 | L3 |
Automated Detection
Compass/ROSE could detect violations of this rule by flagging any call to abort()
that occurs after a call to open()
, fopen()
, or a function that creates a temporary file, like mkstemp()
, and is not subsequently closed.
Related Vulnerabilities
Search for vulnerabilities resulting from the violation of this rule on the CERT website.
...