 
                            ...
| Tool | Version | Checker | Description | ||||||
|---|---|---|---|---|---|---|---|---|---|
| Axivion Bauhaus Suite | 
 | CertC-ERR34 | |||||||
| Clang | 
 | cert-err34-c | Checked by clang-tidy | ||||||
| CodeSonar | 
 | BADFUNC.ATOF (customization) | Use of atof Users can add custom checks for uses of other undesirable conversion functions. | ||||||
| Compass/ROSE | Can detect violations of this recommendation by flagging invocations of the following functions: 
 | ||||||||
| Klocwork | 
 | MISRA.STDLIB.ATOI | |||||||
| LDRA tool suite | 
 | 44 S | Fully implemented | ||||||
| Parasoft C/C++test | 
 | CERT_C-ERR34-a | The library functions atof, atoi and atol from library stdlib.h shall not be used | ||||||
| PC-lint Plus | 
 | 586 | Assistance provided | ||||||
| 
 | CERT C: Rule ERR34-C | Checks for unsafe conversion from string to numeric value (rule fully covered) | |||||||
| PRQA QA-C | 
 | 5030 | Partially implemented | ||||||
| PRQA QA-C++ | 
 | 5016 | |||||||
| SonarQube C/C++ Plugin | 
 | S989 | 
...