changes.mady.by.user Robert Seacord
Saved on Dec 23, 2014
changes.mady.by.user David Svoboda
Saved on Jan 05, 2015
Do not attempt to use the null value in a case any instance where an object is required, including the following cases:
null
...
CERT C Coding Standard
EXP34-C. Do not dereference null pointers
CERT C++ Coding Standard
VOID EXP34-CPP. Ensure a null pointer is not dereferenced
ISO/IEC TR 24772:2010
Null Pointer Dereference [XYH]
MITRE CWE
CWE-476. NULL pointer dereference