...
CERT C++ Secure Coding Standard: MEM02-CPP. Immediately cast the result of a memory allocation function call into a pointer to the allocated type
ISO/IEC 9899:2011 Section Section 7.22.3, "Memory management functions"
...
...
CERT C++ Secure Coding Standard: MEM02-CPP. Immediately cast the result of a memory allocation function call into a pointer to the allocated type
ISO/IEC 9899:2011 Section Section 7.22.3, "Memory management functions"
...