Commit Graph

6 Commits

Author SHA1 Message Date
Vincent Rabaud cfd37abba5
Fix OpenCV dependency. (#4412)
libjasper is not part of the oss-fuzz docker image anymore as
it has been removed from Debian. So use built-in openjp2.
2020-09-07 00:34:38 -07:00
Vincent Rabaud 283447224d
Add more targets for OpenCV. (#4167) 2020-07-20 16:02:15 -07:00
jonathanmetzman 7553ee876d
Migrate projects with trouble with exceptions to $LIB_FUZZING_ENGINE (#2359)
Migrate projects that broke libFuzzer with exceptions to $LIB_FUZZING_ENGINE.
Replace uses of -lFuzzingEngine with `$LIB_FUZZING_ENGINE`
2019-04-30 16:48:34 -04:00
Alexander Alekhin b27c51dee4 [opencv] update build scripts (#2276)
- disable building of tests/apps (not used for fuzzing)
- unlock using local source checkout: https://github.com/google/oss-fuzz/blob/master/docs/reproducing.md#reproduce-using-local-source-checkout
  * $SRC - fuzzers sources
  * $SRC/opencv - opencv sources
  * $WORK/build-$SANITIZER - build directory
2019-04-01 08:37:01 +08:00
Markus Kusano 243a4d86e7 Hardcode pkg-config results (#2043)
* Hardcode pkg-config results.

Fixes non-deterministic results from pkg-config that cause build
failures due to library dependencies not being available.

* Use $WORK instead of /work

* Pretty print fuzzer target linking options.
2018-12-20 22:28:41 -08:00
Markus Kusano f9971c4914 Integrate opencv and add two fuzz targets. (#2034) 2018-12-19 16:25:05 -08:00