Files
codeql/cpp/ql/test/query-tests/Security/CWE/CWE-119/SAMATE/OverflowStatic.expected

3 lines
208 B
Plaintext

| tests.cpp:45:51:45:72 | sizeof(<expr>) | Potential buffer-overflow: 'charFirst' has size 16 not 32. |
| tests.cpp:60:52:60:74 | sizeof(<expr>) | Potential buffer-overflow: 'charFirst' has size 16 not 32. |