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)
-
FIO23-C. Do not exit with unflushed data in stdout or stderr (SEI CERT C Coding Standard)
-
-
-
-
CON07-C. Ensure that compound operations on shared variables are atomic (SEI CERT C Coding Standard)