 
                            ...
Search for vulnerabilities resulting from the violation of this rule on the CERT website.
Related Guidelines
| CERT C++ Secure Coding Standard | INT11-CPP. Take care when converting from pointer to integer or integer to pointer | 
| ISO/IEC TR 24772:2013 | Pointer casting and pointer type changes [HFC] | 
| ISO/IEC TS 17961 (Draft) | Converting a pointer to integer or integer to pointer [intptrconv] | 
| MITRE CWE | CWE-466, Return of pointer value outside of expected range CWE-587, Assignment of a fixed address to a pointer | 
Bibliography
| [ISO/IEC 9899:2011] | Section 6.3.2.3, "Pointers" | 
...