Skip to content
This repository was archived by the owner on Sep 1, 2022. It is now read-only.

Commit 1ea01cf

Browse files
committed
Change names of required filenames
1 parent 1c8cfda commit 1ea01cf

File tree

1 file changed

+13
-13
lines changed

1 file changed

+13
-13
lines changed

courses/cpp/ctf-segv/image/config/config.json

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -2,18 +2,18 @@
22
"snapshotPath": "bminor_glibc_3332218",
33
"locationPaths": "https://github.com/bminor/glibc/blob/333221862ecbebde60dd16e7ca17d26444e62f50{path}#L{line-start}-L{line-end}",
44
"expectedResults": {
5-
"0.0_function_definitions.ql": "0.0_function_definitions.csv",
6-
"0.1_alloca_definition.ql": "0.1_alloca_definition.csv",
7-
"1.0_alloca.ql": "1.0_alloca.csv",
8-
"1.1_alloca_ignore_small.ql": "1.1_alloca_ignore_small.csv",
9-
"2.0_use_alloca.ql": "2.0_use_alloca.csv",
10-
"2.1_use_alloca_guard.ql": "2.1_use_alloca_guard.csv",
11-
"2.2_use_alloca_guard.ql": "2.2_use_alloca_guard.csv",
12-
"2.3_use_alloca_guard.ql": "2.3_use_alloca_guard.csv",
13-
"2.4_use_alloca_guard.ql": "2.4_use_alloca_guard.csv",
14-
"2.5_guarded_alloca.ql": "2.5_guarded_alloca.csv",
15-
"3.0_alloca_ignore_small_or_guarded.ql": "3.0_alloca_ignore_small_or_guarded.csv",
16-
"4.0_fopen.ql": "4.0_fopen.csv",
17-
"4.1_fopen_to_alloca_taint.ql": "4.1_fopen_to_alloca_taint.csv"
5+
"01_function_definitions.ql": "0.0_function_definitions.csv",
6+
"02_alloca_definition.ql": "0.1_alloca_definition.csv",
7+
"03_alloca.ql": "1.0_alloca.csv",
8+
"04_alloca_ignore_small.ql": "1.1_alloca_ignore_small.csv",
9+
"05_use_alloca.ql": "2.0_use_alloca.csv",
10+
"06_use_alloca_guard.ql": "2.1_use_alloca_guard.csv",
11+
"07_use_alloca_guard.ql": "2.2_use_alloca_guard.csv",
12+
"08_use_alloca_guard.ql": "2.3_use_alloca_guard.csv",
13+
"09_use_alloca_guard.ql": "2.4_use_alloca_guard.csv",
14+
"10_guarded_alloca.ql": "2.5_guarded_alloca.csv",
15+
"11_alloca_ignore_small_or_guarded.ql": "3.0_alloca_ignore_small_or_guarded.csv",
16+
"12_fopen.ql": "4.0_fopen.csv",
17+
"13_fopen_to_alloca_taint.ql": "4.1_fopen_to_alloca_taint.csv"
1818
}
1919
}

0 commit comments

Comments
 (0)