...
Tool | Version | Checker | Description | ||||||
---|---|---|---|---|---|---|---|---|---|
CodeSonar |
| MISC.NEGCHAR | Negative Character Value | ||||||
|
| Can detect violations of this recommendation. In particular, it notes uses of the | |||||||
5.0 |
| Can detect violations of this recommendation with the CERT C Rule Pack | |||||||
PRQA QA-C |
| Warncall for scanf etc | Fully implemented |
...
Related Guidelines
CERT C++ Secure Coding Standard | INT05-CPP. Do not use input functions to convert character data if they cannot handle all possible inputs |
MITRE CWE | CWE-192, Integer coercion error CWE-197, Numeric truncation error |
...