Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Edited by NavBot (vkp) v1.0

...

This rule appears in the C++ Secure Coding Standard as ERR10-CPP. Check for error conditions.

...

Bibliography

Wiki Markup
\[[CWE|AA. Bibliography#CWE]\] [CWE-252|http://cwe.mitre.org/data/definitions/252.html]: Unchecked Return Value
\[[CWE|AA. Bibliography#CWE]\] [CWE-253|http://cwe.mitre.org/data/definitions/253.html]: Incorrect Check of Function Return Value
\[[CWE|AA. Bibliography#CWE]\] [CWE-390|http://cwe.mitre.org/data/definitions/390.html]: Detection of Error Condition Without Action
\[[CWE|AA. Bibliography#CWE]\] [CWE-391|http://cwe.mitre.org/data/definitions/391.html]: Unchecked Error Condition
\[[DHS 06|AA. Bibliography#DHS 06]\]. [Handle All Errors Safely|http://buildsecurityin.us-cert.gov/bsi/articles/knowledge/guidelines/338-BSI.html].
\[[Henricson 97|AA. Bibliography#Henricson 97]\] Recommendation 12.1 Check for all errors reported from functions

...