...
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" and CWE-20, "Insufficient Input Validation"
Bibliography
| Wiki Markup |
|---|
\[[ISO/IEC 9899:1999|AA. Bibliography#ISO/IEC 9899-1999]\] Section 7.20.1.4, "The {{strtol}}, {{strtoll}}, {{strtoul}}, and {{strtoull}} functions," Section 7.20.1.2, "The {{atoi}}, {{atol}}, and {{atoll}} functions," and Section 7.19.6.7, "The {{sscanf |
MITRE CWE: CWE-676, "Use of Potentially Dangerous Function"
MITRE CWE: CWE-20, "Insufficient Input Validation"
Bibliography
| Wiki Markup |
|---|
}} function"
\[[Klein 2002|AA. Bibliography#Klein 02]\] |
...