Skip to content

Commit a93b1c4

Browse files
authored
Merge pull request #478 from MathiasVP/accept-test-changes-from-15107
Accept test changes from #15107
2 parents b9b508e + 0274eb6 commit a93b1c4

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed
Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
edges
2-
| test.c:20:15:20:23 | scanf output argument | test.c:21:8:21:16 | file_name indirection |
3-
| test.c:45:15:45:23 | scanf output argument | test.c:46:29:46:37 | file_name indirection |
2+
| test.c:20:15:20:23 | scanf output argument | test.c:21:8:21:16 | *file_name |
3+
| test.c:45:15:45:23 | scanf output argument | test.c:46:29:46:37 | *file_name |
44
nodes
55
| test.c:20:15:20:23 | scanf output argument | semmle.label | scanf output argument |
6-
| test.c:21:8:21:16 | file_name indirection | semmle.label | file_name indirection |
6+
| test.c:21:8:21:16 | *file_name | semmle.label | *file_name |
77
| test.c:45:15:45:23 | scanf output argument | semmle.label | scanf output argument |
8-
| test.c:46:29:46:37 | file_name indirection | semmle.label | file_name indirection |
8+
| test.c:46:29:46:37 | *file_name | semmle.label | *file_name |
99
subpaths
1010
#select
11-
| test.c:21:8:21:16 | file_name | test.c:20:15:20:23 | scanf output argument | test.c:21:8:21:16 | file_name indirection | This argument to a file access function is derived from $@ and then passed to func(file_name), which calls fopen((unnamed parameter 0)). | test.c:20:15:20:23 | scanf output argument | user input (value read by scanf) |
12-
| test.c:46:29:46:37 | file_name | test.c:45:15:45:23 | scanf output argument | test.c:46:29:46:37 | file_name indirection | This argument to a file access function is derived from $@ and then passed to CreateFile(lpFileName). | test.c:45:15:45:23 | scanf output argument | user input (value read by scanf) |
11+
| test.c:21:8:21:16 | file_name | test.c:20:15:20:23 | scanf output argument | test.c:21:8:21:16 | *file_name | This argument to a file access function is derived from $@ and then passed to func(file_name), which calls fopen((unnamed parameter 0)). | test.c:20:15:20:23 | scanf output argument | user input (value read by scanf) |
12+
| test.c:46:29:46:37 | file_name | test.c:45:15:45:23 | scanf output argument | test.c:46:29:46:37 | *file_name | This argument to a file access function is derived from $@ and then passed to CreateFile(lpFileName). | test.c:45:15:45:23 | scanf output argument | user input (value read by scanf) |

0 commit comments

Comments
 (0)