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

Commit 9f4f42c

Browse files
committed
Add 0.0 step
1 parent cc1a031 commit 9f4f42c

File tree

3 files changed

+6
-1
lines changed

3 files changed

+6
-1
lines changed
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
"f","URL for f","col1"
2+
"getchar","file:///opt/src/libio/getchar.c:33:1:33:7","a getchar function"
3+
"getchar","file:///opt/src/libio/bits/stdio.h:47:1:47:7","a getchar function"
4+
"getchar","file:///opt/src/libio/bits/stdio.h:47:1:47:7","a getchar function"

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@
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_alloca_definition.ql": "0.0_alloca_definition.csv",
5+
"0.0_function_definitions.ql": "0.0_function_definitions.csv",
6+
"0.1_alloca_definition.ql": "0.1_alloca_definition.csv",
67
"1.0_alloca.ql": "1.0_alloca.csv",
78
"1.1_alloca_ignore_small.ql": "1.1_alloca_ignore_small.csv",
89
"2.0_use_alloca.ql": "2.0_use_alloca.csv",

0 commit comments

Comments
 (0)