Commit 89071b0
committed
cfl: change base path to a seed corpus and dicts
The ClusterFuzzLite uses a Git repo for storing corpora.
The corpus have to be uploaded in the repository under the folder
`/corpus/<fuzz_target>/` for each fuzzer, see [1]. But CTest and
ClusterFuzzLite build script used seed corpus under the folder
`/<fuzz_target>/`, and uploaded corpora was not used by following
ClusterFuzzLite runs. The patch fixes location of the seed corpus
used by CTest and ClusterFuzzLite build script.
1. https://google.github.io/clusterfuzzlite/running-clusterfuzzlite/github-actions/#storage-repo1 parent 72fac0e commit 89071b0
2 files changed
+12
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
54 | 54 | | |
55 | 55 | | |
56 | 56 | | |
57 | | - | |
| 57 | + | |
58 | 58 | | |
59 | 59 | | |
60 | 60 | | |
| |||
70 | 70 | | |
71 | 71 | | |
72 | 72 | | |
73 | | - | |
| 73 | + | |
74 | 74 | | |
75 | 75 | | |
76 | 76 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
66 | 66 | | |
67 | 67 | | |
68 | 68 | | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
69 | 74 | | |
70 | 75 | | |
71 | 76 | | |
| |||
89 | 94 | | |
90 | 95 | | |
91 | 96 | | |
92 | | - | |
93 | | - | |
| 97 | + | |
| 98 | + | |
| 99 | + | |
| 100 | + | |
| 101 | + | |
94 | 102 | | |
95 | 103 | | |
96 | 104 | | |
| |||
0 commit comments