oss-fuzz/projects/example/my-api-repo
Abhishek Arya b1992b5485
Fix example project build
LIB_FUZZING_ENGINE is a flag now and this old optimization in f858510cbe (diff-f46017656f0a817860c81ddb2621b7ee) is incorrect now and caused build to break.
2019-08-17 22:19:01 -07:00
..
do_stuff_test_data
Makefile
README.md
do_stuff_fuzzer.cpp
do_stuff_fuzzer.dict
do_stuff_unittest.cpp
my_api.cpp
my_api.h
standalone_fuzz_target_runner.cpp

README.md

Example of OSS-Fuzz ideal integration.

This directory contains an example software project that has most of the traits of ideal support for fuzzing.

Files in my-api-repo

Imagine that these files reside in your project's repository:

Files in OSS-Fuzz repository

Example bug

Example bug report filed automatically: https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=1562