...
| CERT C Secure Coding Standard | void MEM32-C. Detect and handle memory allocation errors |
| CERT Oracle Secure Coding Standard for Java | EXP01-J. Do 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 |
...