Skip to content

Commit 00a921e

Browse files
authored
Merge pull request #114 from hvitved/update-expected-output
Update expected test output
2 parents f2aac38 + a38938d commit 00a921e

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

c/cert/test/rules/FIO32-C/DoNotPerformFileOperationsOnDevices.expected

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,18 +23,14 @@ nodes
2323
| test.c:20:15:20:23 | file_name | semmle.label | file_name |
2424
| test.c:20:15:20:23 | scanf output argument | semmle.label | scanf output argument |
2525
| test.c:21:8:21:16 | (const char *)... | semmle.label | (const char *)... |
26-
| test.c:21:8:21:16 | (const char *)... | semmle.label | (const char *)... |
2726
| test.c:21:8:21:16 | file_name | semmle.label | file_name |
2827
| test.c:21:8:21:16 | file_name indirection | semmle.label | file_name indirection |
29-
| test.c:21:8:21:16 | file_name indirection | semmle.label | file_name indirection |
3028
| test.c:45:15:45:23 | array to pointer conversion | semmle.label | array to pointer conversion |
3129
| test.c:45:15:45:23 | file_name | semmle.label | file_name |
3230
| test.c:45:15:45:23 | scanf output argument | semmle.label | scanf output argument |
3331
| test.c:46:29:46:37 | (LPCTSTR)... | semmle.label | (LPCTSTR)... |
34-
| test.c:46:29:46:37 | (LPCTSTR)... | semmle.label | (LPCTSTR)... |
3532
| test.c:46:29:46:37 | file_name | semmle.label | file_name |
3633
| test.c:46:29:46:37 | file_name indirection | semmle.label | file_name indirection |
37-
| test.c:46:29:46:37 | file_name indirection | semmle.label | file_name indirection |
3834
#select
3935
| test.c:21:8:21:16 | file_name | test.c:20:15:20:23 | file_name | 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 | file_name | user input (scanf) |
4036
| test.c:46:29:46:37 | file_name | test.c:45:15:45:23 | file_name | 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 | file_name | user input (scanf) |

0 commit comments

Comments
 (0)