From 3d03024ab235cf09517b8b1125093a9062151da2 Mon Sep 17 00:00:00 2001 From: Jay Berkenbilt Date: Thu, 13 Jun 2019 09:28:38 -0400 Subject: oss-fuzz initial integration --- README-maintainer | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'README-maintainer') diff --git a/README-maintainer b/README-maintainer index 3ae29e90..cb699074 100644 --- a/README-maintainer +++ b/README-maintainer @@ -17,6 +17,19 @@ Memory checks: LDFLAGS="-fsanitize=address -fsanitize=undefined" \ --enable-werror --disable-shared +GOOGLE OSS-FUZZ + +* https://github.com/google/oss-fuzz/tree/master/projects/qpdf +* To test locally, see https://github.com/google/oss-fuzz/tree/master/docs/, + especially new_project_guide.md + +Clone the oss-fuzz project. From the root directory of the repository: + + python infra/helper.py build_image --pull qpdf + python infra/helper.py build_fuzzers qpdf + python infra/helper.py check_build qpdf + python infra/helper.py build_fuzzers --sanitizer coverage qpdf + python infra/helper.py coverage qpdf CODING RULES -- cgit v1.2.3-70-g09d2