]> git.ipfire.org Git - thirdparty/util-linux.git/commitdiff
docs: mention OSS-Fuzz and CIFuzz and how to build fuzz targets locally
authorEvgeny Vereshchagin <evvers@ya.ru>
Tue, 28 Jul 2020 11:47:08 +0000 (11:47 +0000)
committerEvgeny Vereshchagin <evvers@ya.ru>
Thu, 6 Aug 2020 12:33:11 +0000 (12:33 +0000)
Signed-off-by: Evgeny Vereshchagin <evvers@ya.ru>
Documentation/howto-tests.txt

index 514fc8331be297665151633383f7e055e22f2769..702518cc0c3377583a942216ca2057e8235f9319 100644 (file)
  Please, be careful and use these tests only for development and never on
  production system.
 
+fuzz targets
+------------
+
+The fuzz targets can be built and run along with the other tests (after installing
+clang):
+
+       $ ./tools/config-gen fuzz
+       $ make check
 
 environment variables
 ---------------------
@@ -136,3 +144,14 @@ Coverity Scan
 Fossies codespell report
 
     URL: https://fossies.org/linux/test/util-linux-master.tar.gz/codespell.html
+
+OSS-Fuzz
+
+    URL: https://google.github.io/oss-fuzz/
+    URL: https://oss-fuzz-build-logs.storage.googleapis.com/index.html#util-linux
+    URL: https://oss-fuzz.com/coverage-report/job/libfuzzer_asan_util-linux/latest
+
+CIFuzz
+
+    URL: https://google.github.io/oss-fuzz/getting-started/continuous-integration/
+    URL: https://github.com/karelzak/util-linux/actions?query=workflow%3ACIFuzz