...
Tool | Version | Checker | Description | ||||||
|---|---|---|---|---|---|---|---|---|---|
| CodeSonar |
| (customization) | Users can add custom checks for uses of the undesirable conversion functions. | ||||||
|
| Can detect violations of this recommendation by flagging invocations of the following functions:
| |||||||
5.0 |
| Can detect violations of this recommendation with the CERT C Rule Pack | |||||||
| 44 S | Fully implemented | |||||||
| PRQA QA-C |
| Warncall -wc atoi -wc atol | Partially implemented |
...
Related Guidelines
| CERT C++ Secure Coding Standard | INT06-CPP. Use strtol() or a related function to convert a string token to an integer |
| MITRE CWE | CWE-676, Use of potentially dangerous function CWE-20, Insufficient input validation |
...