Commit Graph

11 Commits

Author SHA1 Message Date
jonathanmetzman 3049c50d48
Migrate projects using -lFuzzingEngine to $LIB_FUZZING_ENGINE (#2325)
Migrate from -lFuzzingEngine to $LIB_FUZZING_ENGINE where possible and not causing breakage
2019-05-01 11:09:55 -04:00
Robin Alexander Richtsfeld 2dfd739d38 Clean Shell Scripts (#999)
* Clean all.sh

Double quote array expansions, otherwise they're like $* and break on spaces.

* Clean dropbear/build.sh

In POSIX sh, 'pushd' is not supported.
In POSIX sh, 'popd' is not supported.

* Clean woff2/build.sh

Iterating over ls output is fragile. Use globs.

* Clean tinyxml2/build.sh

Add shebang
2017-11-20 12:22:57 -08:00
Abhishek Arya 7643d95314 Add seed corpus for woff2, add missing options for other fuzzer. (#439)
* Add seed corpus for woff2, add missing options for other fuzzer.

* Add seed corpus.

* Switch from seed corpus archive to a folder with files.
2017-03-06 12:37:58 -08:00
rsheeter ec444de5d2 Disable noisy logging in woff2 (#438) 2017-03-06 10:46:52 -08:00
Max Moroz 076b9932c3 Revert quick fix for woff2 fuzz targets. Fix in woff2 is on its way. 2017-02-25 18:08:56 +01:00
Max Moroz c9924b7627 Quick fix for undefined references in woff2 fuzz targets. 2017-02-25 17:42:17 +01:00
Kostya Serebryany e4cfaf7936 Update build.sh 2017-01-03 17:13:36 -08:00
rsheeter 953471af8e Use fuzzers provided by woff2 (#242)
* add primary contact for woff2

* Use fuzzers provided by woff2
2017-01-03 17:01:47 -08:00
Mike Aizatsky 3dd707ed58 [infra] using -lFuzzingEngine instead of -lfuzzer 2016-12-07 11:41:08 -08:00
Kuang-che Wu 7048975d6a Fix parallel make command (#144)
'make -j' will make targets parallelly. In other words, "clean" may run after "all" for 'make -j clean all' line.
2016-12-07 06:47:37 -08:00
Mike Aizatsky a143b9b39a [infra] renaming targets/ to projects/ 2016-11-29 10:55:25 -08:00