summaryrefslogtreecommitdiff
path: root/doc/HACKING
diff options
context:
space:
mode:
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2018-03-12 15:40:37 +0100
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2018-03-12 15:40:37 +0100
commit9037a0e022767fdcc6b6a2d5f79b65788222f408 (patch)
treedf6d0b7be5c41d4be41b4c90d7fe80473cf25397 /doc/HACKING
parent748c59b110ee9065abce59eb22d2b23f1a4478ac (diff)
downloadsystemd-9037a0e022767fdcc6b6a2d5f79b65788222f408.tar.gz
Rename scripts/oss-fuzz.sh to tools/oss-fuzz.sh
Diffstat (limited to 'doc/HACKING')
-rw-r--r--doc/HACKING4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/HACKING b/doc/HACKING
index 0682af27ba..b9c53dc56b 100644
--- a/doc/HACKING
+++ b/doc/HACKING
@@ -91,10 +91,10 @@ function and add it to the list in src/fuzz/meson.build.
Whenever possible, a seed corpus and a dictionary should also be added with new
fuzz targets. The dictionary should be named src/fuzz/fuzz-foo.dict and the seed
corpus should be built and exported as $OUT/fuzz-foo_seed_corpus.zip in
-scripts/oss-fuzz.sh.
+tools/oss-fuzz.sh.
The fuzzers can be built locally if you have libFuzzer installed by running
-scripts/oss-fuzz.sh. You should also confirm that the fuzzer runs in the
+tools/oss-fuzz.sh. You should also confirm that the fuzzer runs in the
OSS-Fuzz environment by checking out the OSS-Fuzz repo, and then running
commands like this: