From 0f311c7ae7dd0200531ccbfa93809c260e22e960 Mon Sep 17 00:00:00 2001 From: Evgeny Vereshchagin Date: Tue, 28 Jul 2020 11:47:08 +0000 Subject: [PATCH] docs: mention OSS-Fuzz and CIFuzz and how to build fuzz targets locally Signed-off-by: Evgeny Vereshchagin --- Documentation/howto-tests.txt | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/Documentation/howto-tests.txt b/Documentation/howto-tests.txt index 514fc8331b..702518cc0c 100644 --- a/Documentation/howto-tests.txt +++ b/Documentation/howto-tests.txt @@ -67,6 +67,14 @@ 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 -- 2.47.3