 
                            ...
Search for vulnerabilities resulting from the violation of this rule on the CERT website.
Related Guidelines
| SEI CERT C++ 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:2013 | 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 | 
...