From: Evgeny Vereshchagin Date: Tue, 28 Jul 2020 11:47:08 +0000 (+0000) Subject: docs: mention OSS-Fuzz and CIFuzz and how to build fuzz targets locally X-Git-Tag: v2.37-rc1~527^2~3 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=0f311c7ae7dd0200531ccbfa93809c260e22e960;p=thirdparty%2Futil-linux.git docs: mention OSS-Fuzz and CIFuzz and how to build fuzz targets locally Signed-off-by: Evgeny Vereshchagin --- 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