 
                            ...
| Rule | Severity | Likelihood | Remediation Cost | Priority | Level | 
|---|---|---|---|---|---|
| FIO44-C | Medium | Unlikely | Medium | P4 | L3 | 
Automated Detection
| Tool | Version | Checker | Description | ||||||
|---|---|---|---|---|---|---|---|---|---|
| CodeSonar | 
 | (customization) | Users can add a custom check for violations of this constraint. | ||||||
| Compass/ROSE | Can detect common violations of this rule. However, it cannot handle cases in which the value returned by  | ||||||||
| LDRA tool suite | 
 | 82 D | Fully implemented | ||||||
| Parasoft C/C++test | 
 | CERT_C-FIO44-a | Only use values for fsetpos() that are returned from fgetpos() | ||||||
| Polyspace Bug Finder | 
 | Invalid file position | fsetpos() is invoked with a file position argument not obtained from fgetpos() | 
Related Vulnerabilities
Search for vulnerabilities resulting from the violation of this rule on the CERT website.
...