Commit Graph

5 Commits

Author SHA1 Message Date
DavidKorczynski e3478f763c
mupdf: fix build (#6518) 2021-09-24 13:38:27 +01:00
Sebastian Rasmussen a79a3fdb5f
[mupdf] Copy fuzzer glue code to dir outside of git repo (#5504)
This makes it easier to build the fuzzer using a locally checked
out git repo without having to manually copy the fuzzer glue code
into the locally checked out git repo first.
2021-04-02 20:03:51 -07:00
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
Sebastian Rasmussen 673c8f9646 [mupdf] Change the name of the library used. (#1409)
The library name in the upstream project has
changed recently, accommodate for that.
2018-05-10 09:43:10 -07:00
Jonathan Rudenberg afa38abb0c [mupdf] Add mupdf fuzzer (#1067)
* Add fuzzer for mupdf

* Address review comments

* Add check to ensure corpus/dict exist

* Silence stderr spam

* Update fuzzer based on review comments

* Enable MemorySanitizer

* Set primary contact
2018-01-18 07:45:09 -08:00