Skip to content
Snippets Groups Projects
  1. May 02, 2021
  2. Apr 09, 2021
  3. Aug 29, 2018
  4. Mar 02, 2018
  5. Dec 24, 2017
    • Jonathan Foote's avatar
      Initial integration with google/oss-fuzz · 60729287
      Jonathan Foote authored
      Implements initial support for continuous fuzzing with [google/oss-fuzz](http://github.com/google/oss-fuzz). Changes:
      
      - Removes `--with-santize-coverage` config flag: the clang6 `-fsanitize=fuzzer-no-link` replaces this
      - Adds `--with-oss-fuzz` config flag: links `-lFuzzingEngine` into fuzz targets
      - Adds logic to `make check` that runs the fuzz targets with a single seed input to ensure they exit successfully
      60729287
  6. Oct 02, 2017
  7. Nov 23, 2015