...
| CERT C++ Secure Coding Standard | ARR01-CPP. Do not apply the sizeof operator to a pointer when taking the size of an array |
| MITRE CWE | CWE-467, Use of sizeof() on a pointer type |
| ISO/IEC TS 17961 (Draft) | Taking the size of a pointer to determine the size of the pointed-to type [sizeofptr] |
...