mirror of
https://github.com/github/codeql.git
synced 2026-04-30 11:15:13 +02:00
3 lines
294 B
Plaintext
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. |
|