...
CERT C++ Secure Coding Standard | EXP08-CPP. Ensure pointer arithmetic is used correctly |
ISO/IEC TR 24772:2013 | Pointer casting and pointer type changes [HFC] Pointer arithmetic [RVG] |
ISO/IEC TS 17961 (Draft) | Adding or subtracting a byte count to an element pointer [cntradd] |
MISRA-C | Rule 17.1 Rule 17.2 Rule 17.3 Rule 17.4 |
MITRE CWE | CWE-468, Incorrect pointer scaling |
...