...
Tool | Version | Checker | Description | ||||||
---|---|---|---|---|---|---|---|---|---|
Compass/ROSE | |||||||||
Coverity | 6.5 | POINTER_CONVERSION_LOSES_BITS | Fully Implemented | ||||||
| 94 S | Fully implemented | |||||||
PRQA QA-C |
| 305, 306, 309, 6740309 (U) | Partially implemented |
Related Vulnerabilities
...
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: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 |
...