Files
codeql/cpp/ql/test/query-tests/jsf/4.21 Operators/AV Rule 166/AV Rule 166.expected
2018-08-02 17:53:23 +01:00

3 lines
294 B
Plaintext

| test.c:22:5:22:20 | sizeof(<expr>) | A sizeof operator should not be used on expressions that contain side effects as the effect is confusing. |
| test.c:24:5:24:20 | sizeof(<expr>) | A sizeof operator should not be used on expressions that contain side effects as the effect is confusing. |