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