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.
-
MSC33-C. Do not pass invalid data to the asctime() function (SEI CERT C Coding Standard)
-
DCL54-CPP. Overload allocation and deallocation functions as a pair in the same scope (SEI CERT C++ Coding Standard)
-
DCL52-CPP. Never qualify a reference type with const or volatile (SEI CERT C++ Coding Standard)
-
MSC50-CPP. Do not use std::rand() for generating pseudorandom numbers (SEI CERT C++ Coding Standard)
-
-
MEM50-CPP. Do not access freed memory (SEI CERT C++ Coding Standard)
-
CTR54-CPP. Do not subtract iterators that do not refer to the same container (SEI CERT C++ Coding Standard)
-
-
EXP50-CPP. Do not depend on the order of evaluation for side effects (SEI CERT C++ Coding Standard)
-