Commit Graph

4 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
Chris Wolfe 36de5d7b29 [msgpack-c] move seeds to source repo (#1360)
* remove fetching seeds from my corpus, fetch instead from src repo

* conditionally zip up fuzzer seed corpora for any fuzzer passed in

* Simplify build steps

We already know that the fuzzers are being iterated over due to the loop
and globbing. As such, we can use more of the fuzzer name and reduce
repetition. This should allow us to add fuzzers/corpora to the src repo
and no need to change anything about the build script or dockerfile
2018-04-26 07:16:39 -07:00
Chris Wolfe 37ced73db3 [msgpack-c] Get the fuzzers from the source repo, use a for loop for future fuzzers (#1359) 2018-04-25 08:46:19 -07:00
Chris Wolfe 0a46b4bffe Add msgpack-c (#1313)
Add fuzzer for pack and unpack functions
2018-04-13 08:57:02 -07:00