Skip to content

Commit 9731985

Browse files
committed
C++: Accept test changes.
1 parent 6f5cfca commit 9731985

File tree

1 file changed

+0
-3
lines changed
  • cpp/ql/test/query-tests/Security/CWE/CWE-134/semmle/ifs

1 file changed

+0
-3
lines changed

cpp/ql/test/query-tests/Security/CWE/CWE-134/semmle/ifs/ifs.expected

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
edges
2-
| ifs.c:16:27:16:30 | argv indirection | ifs.c:50:9:50:10 | c5 indirection |
32
| ifs.c:16:27:16:30 | argv indirection | ifs.c:62:9:62:10 | c7 indirection |
43
| ifs.c:16:27:16:30 | argv indirection | ifs.c:69:9:69:10 | c8 indirection |
54
| ifs.c:16:27:16:30 | argv indirection | ifs.c:75:9:75:10 | i1 indirection |
@@ -13,7 +12,6 @@ edges
1312
| ifs.c:16:27:16:30 | argv indirection | ifs.c:124:9:124:10 | i9 indirection |
1413
nodes
1514
| ifs.c:16:27:16:30 | argv indirection | semmle.label | argv indirection |
16-
| ifs.c:50:9:50:10 | c5 indirection | semmle.label | c5 indirection |
1715
| ifs.c:62:9:62:10 | c7 indirection | semmle.label | c7 indirection |
1816
| ifs.c:69:9:69:10 | c8 indirection | semmle.label | c8 indirection |
1917
| ifs.c:75:9:75:10 | i1 indirection | semmle.label | i1 indirection |
@@ -27,7 +25,6 @@ nodes
2725
| ifs.c:124:9:124:10 | i9 indirection | semmle.label | i9 indirection |
2826
subpaths
2927
#select
30-
| ifs.c:50:9:50:10 | c5 indirection | ifs.c:16:27:16:30 | argv indirection | ifs.c:50:9:50:10 | c5 indirection | The value of this argument may come from $@ and is being used as a formatting argument to printf(format). | ifs.c:16:27:16:30 | argv indirection | a command-line argument |
3128
| ifs.c:62:9:62:10 | c7 indirection | ifs.c:16:27:16:30 | argv indirection | ifs.c:62:9:62:10 | c7 indirection | The value of this argument may come from $@ and is being used as a formatting argument to printf(format). | ifs.c:16:27:16:30 | argv indirection | a command-line argument |
3229
| ifs.c:69:9:69:10 | c8 indirection | ifs.c:16:27:16:30 | argv indirection | ifs.c:69:9:69:10 | c8 indirection | The value of this argument may come from $@ and is being used as a formatting argument to printf(format). | ifs.c:16:27:16:30 | argv indirection | a command-line argument |
3330
| ifs.c:75:9:75:10 | i1 indirection | ifs.c:16:27:16:30 | argv indirection | ifs.c:75:9:75:10 | i1 indirection | The value of this argument may come from $@ and is being used as a formatting argument to printf(format). | ifs.c:16:27:16:30 | argv indirection | a command-line argument |

0 commit comments

Comments
 (0)