...
Rule | Severity | Likelihood | Remediation Cost | Priority | Level |
---|---|---|---|---|---|
FIO39-C | Low | Likely | Medium | P6 | L2 |
Automated Detection
Tool | Version | Checker | Description | ||||||
---|---|---|---|---|---|---|---|---|---|
Astrée |
| Supported, but no explicit checker | |||||||
Compass/ROSE | Can detect simple violations of this rule | ||||||||
LDRA tool suite |
| 84 D | Fully implemented | ||||||
Parasoft C/C++test |
| CERT_C-FIO39-a | Do not alternately input and output from a stream without an intervening flush or positioning call | ||||||
| Alternating input and output from a stream without flush or positioning call | Undefined behavior for input or output stream operations |
Related Vulnerabilities
Search for vulnerabilities resulting from the violation of this rule on the CERT website.
...