forked from github/codeql-coding-standards
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathReadOfUninitializedMemory.expected
More file actions
8 lines (8 loc) · 1.07 KB
/
ReadOfUninitializedMemory.expected
File metadata and controls
8 lines (8 loc) · 1.07 KB
1
2
3
4
5
6
7
8
| test.cpp:35:7:35:8 | l1 | Local variable $@ is read here and may not be initialized on all paths. | test.cpp:34:7:34:8 | l1 | l1 |
| test.cpp:37:7:37:8 | l2 | Local variable $@ is read here and may not be initialized on all paths. | test.cpp:36:8:36:9 | l2 | l2 |
| test.cpp:39:7:39:8 | l3 | Local variable $@ is read here and may not be initialized on all paths. | test.cpp:38:6:38:7 | l3 | l3 |
| test.cpp:86:9:86:16 | arrayPtr | Local variable $@ is read here and may not be initialized on all paths. | test.cpp:79:8:79:15 | arrayPtr | arrayPtr |
| test.cpp:93:9:93:10 | l5 | Local variable $@ is read here and may not be initialized on all paths. | test.cpp:89:7:89:8 | l5 | l5 |
| test.cpp:134:11:134:11 | i | Local variable $@ is read here and may not be initialized on all paths. | test.cpp:133:7:133:7 | i | i |
| test.cpp:137:13:137:14 | i1 | Local variable $@ is read here and may not be initialized on all paths. | test.cpp:136:8:136:9 | i1 | i1 |
| test.cpp:141:12:141:13 | i1 | Local variable $@ is read here and may not be initialized on all paths. | test.cpp:136:8:136:9 | i1 | i1 |