
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.
-
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)
-
EXP54-CPP. Do not access an object outside of its lifetime (SEI CERT C++ Coding Standard)
-
-
EXP57-CPP. Do not cast or delete pointers to incomplete classes (SEI CERT C++ Coding Standard)
-
EXP35-C. Do not modify objects with temporary lifetime (SEI CERT C Coding Standard)
-
-