 
                            ...
Fortify SCA Version 5.0 with the CERT C Rule Pack can detect violations of this recommendation.
The tool Compass/ROSE could easily catch violations of this rule by flagging usage of the following functions:
- atoi()
- scanf(),- fscanf(),- sscanf()
- others?
Related Vulnerabilities
Search for vulnerabilities resulting from the violation of this rule on the CERT website.
...