...
Rule | Severity | Likelihood | Remediation Cost | Priority | Level |
---|---|---|---|---|---|
ERR39-CPP | high | likely | high | P9 | L2 |
Other Languages
TO DO
Bibliography
\[[CWE|AA. Bibliography#CWE]\] [CWE-390|http://cwe.mitre.org/data/definitions/390.html]: Detection of Error Condition Without Action
\ Wiki Markup
[CWE\] [CWE-460|http://cwe.mitre.org/data/definitions/460.html]: Improper Cleanup on Thrown Exception
\
[CWE\] [CWE-703|http://cwe.mitre.org/data/definitions/703.html]: Failure to Handle Exceptional Conditions
\
[CWE\] [CWE-754|http://cwe.mitre.org/data/definitions/754.html]: Improper Check for Unusual or Exceptional Conditions
\
[CWE\] [CWE-755|http://cwe.mitre.org/data/definitions/755.html]: Improper Handling of Exceptional Conditions
\[
[ISO/IEC 14882-2003|AA. Bibliography#ISO/IEC 14882-2003]\]
\[
[MISRA 08|AA. Bibliography#MISRA 08]\] Rule 15-3-2, 15-3-4
\[
[Sutter 00|AA. Bibliography#Sutter 00]\] Sutter, Herb. _Exceptional C++: 47 Engineering Puzzles, Programming Problems, and Solutions_
\[
[Sutter 01|AA. Bibliography#Sutter 01]\] Sutter, Herb. _More Exceptional C++: 40 New Engineering Puzzles, Programming Problems, and Solutions_
...
ERR14-CPP. Do not allow an exception class's copy constructor to throw exceptions 12. Exceptions and Error Handling (ERR) ERR31-CPP. Don't redefine errno