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.
-
EXP51-CPP. Do not delete an array through a pointer of the incorrect type (SEI CERT C++ Coding Standard)
-
STR51-CPP. Do not attempt to create a std::string from a null pointer (SEI CERT C++ Coding Standard)
-
MSC53-CPP. Do not return from a function declared [[noreturn]] (SEI CERT C++ Coding Standard)
-
MSC52-CPP. Value-returning functions must return a value from all exit paths (SEI CERT C++ Coding Standard)
-
EXP58-CPP. Pass an object of the correct type to va_start (SEI CERT C++ Coding Standard)
-
-
-
FIO51-J. Identify files using multiple file attributes (SEI CERT Oracle Coding Standard for Java)
-
CON09-C. Avoid the ABA problem when using lock-free algorithms (SEI CERT C Coding Standard)
-