Labelled content
Every content item in this list is tagged with all the required labels:
To add a label to the list of required labels, choose '+ labelname' from Related Labels.
To remove a label from the required labels, choose '- labelname' from above.
-
CTR54-CPP. Do not subtract iterators that do not refer to the same container (SEI CERT C++ Coding Standard)
-
CTR52-CPP. Guarantee that library functions do not overflow (SEI CERT C++ Coding Standard)
-
-
EXP53-CPP. Do not read uninitialized memory (SEI CERT C++ Coding Standard)
-
EXP50-CPP. Do not depend on the order of evaluation for side effects (SEI CERT C++ Coding Standard)
-
-
EXP00-J. Do not ignore values returned by methods (SEI CERT Oracle Coding Standard for Java)
-
NUM07-J. Do not attempt comparisons with NaN (SEI CERT Oracle Coding Standard for Java)
-
ERR00-J. Do not suppress or ignore checked exceptions (SEI CERT Oracle Coding Standard for Java)
-
IDS06-J. Exclude unsanitized user input from format strings (SEI CERT Oracle Coding Standard for Java)