...
CERT C Secure Coding Standard | void MEM32-C. Detect and handle memory allocation errors | ||
CERT | C++ Coding StandardVOID EXP34-CPP. Ensure a null pointer is not dereferenced | CERT Oracle Secure Coding Standard for Java | EXP01-J. Never dereference null pointersDo not use a null in a case where an object is required |
ISO/IEC TR 24772:2013 | Pointer Casting and Pointer Type Changes [HFC] Null Pointer Dereference [XYH] | ||
ISO/IEC TS 17961 | Dereferencing an out-of-domain pointer [nullref] | ||
MITRE CWE | CWE-476, NULL Pointer Dereference |
...