File tree Expand file tree Collapse file tree 3 files changed +2
-10
lines changed
cpp/ql/test/library-tests Expand file tree Collapse file tree 3 files changed +2
-10
lines changed Original file line number Diff line number Diff line change @@ -228,7 +228,6 @@ irFlow
228
228
| test.cpp:333:17:333:22 | call to source | test.cpp:337:10:337:18 | globalVar |
229
229
| test.cpp:333:17:333:22 | call to source | test.cpp:339:10:339:18 | globalVar |
230
230
| test.cpp:333:17:333:22 | call to source | test.cpp:343:10:343:18 | globalVar |
231
- | test.cpp:333:17:333:22 | call to source | test.cpp:349:10:349:18 | globalVar |
232
231
| test.cpp:347:17:347:22 | call to source | test.cpp:337:10:337:18 | globalVar |
233
232
| test.cpp:347:17:347:22 | call to source | test.cpp:339:10:339:18 | globalVar |
234
233
| test.cpp:347:17:347:22 | call to source | test.cpp:343:10:343:18 | globalVar |
@@ -260,7 +259,6 @@ irFlow
260
259
| test.cpp:562:17:562:31 | *call to indirect_source | test.cpp:566:10:566:19 | * ... |
261
260
| test.cpp:562:17:562:31 | *call to indirect_source | test.cpp:568:10:568:19 | * ... |
262
261
| test.cpp:562:17:562:31 | *call to indirect_source | test.cpp:572:10:572:19 | * ... |
263
- | test.cpp:562:17:562:31 | *call to indirect_source | test.cpp:578:10:578:19 | * ... |
264
262
| test.cpp:576:17:576:31 | *call to indirect_source | test.cpp:566:10:566:19 | * ... |
265
263
| test.cpp:576:17:576:31 | *call to indirect_source | test.cpp:568:10:568:19 | * ... |
266
264
| test.cpp:576:17:576:31 | *call to indirect_source | test.cpp:572:10:572:19 | * ... |
Original file line number Diff line number Diff line change @@ -346,7 +346,7 @@ namespace FlowThroughGlobals {
346
346
void taintAndCall () {
347
347
globalVar = source ();
348
348
calledAfterTaint ();
349
- sink (globalVar); // $ ast ir=333:17 ir=347:17
349
+ sink (globalVar); // $ ast ir
350
350
}
351
351
}
352
352
@@ -575,7 +575,7 @@ namespace IndirectFlowThroughGlobals {
575
575
void taintAndCall () {
576
576
globalInt = indirect_source ();
577
577
calledAfterTaint ();
578
- sink (*globalInt); // $ ir=562:17 ir=576:17 MISSING: ast=562:17 ast=576:17
578
+ sink (*globalInt); // $ ir MISSING: ast=562:17 ast=576:17
579
579
}
580
580
}
581
581
Original file line number Diff line number Diff line change @@ -4,12 +4,6 @@ uniqueType
4
4
uniqueNodeLocation
5
5
missingLocation
6
6
uniqueNodeToString
7
- | builtin.c:5:5:5:11 | (no string representation) | Node should have one toString but has 0. |
8
- | misc.c:227:7:227:28 | (no string representation) | Node should have one toString but has 0. |
9
- | static_init_templates.cpp:80:18:80:23 | (no string representation) | Node should have one toString but has 0. |
10
- | static_init_templates.cpp:80:18:80:23 | (no string representation) | Node should have one toString but has 0. |
11
- | static_init_templates.cpp:89:18:89:23 | (no string representation) | Node should have one toString but has 0. |
12
- | static_init_templates.cpp:89:18:89:23 | (no string representation) | Node should have one toString but has 0. |
13
7
parameterCallable
14
8
localFlowIsLocal
15
9
readStepIsLocal
You can’t perform that action at this time.
0 commit comments