Commit Graph

5 Commits

Author SHA1 Message Date
devtty1er d561c49ae5
Update Dockerfiles (#4070)
* Use LABEL in place of MAINTAINER

* Remove LABEL maintainer from Dockerfiles
2020-07-06 13:18:23 -07:00
DavidKorczynski 1d2ada9309
Disabled leak check in xpdf. (#3992) 2020-06-16 07:07:37 -07:00
DavidKorczynski bd4b131ced
[xdfp] one more fuzzer (#3981)
* Added new fuzzer to xpdf.

* Updated sanitizers.

* Limit sanitizer to address as this is the only one that allows us to fuzz the pdf core parser.

* Disable logging and go further into the API.
2020-06-13 08:13:26 -07:00
DavidKorczynski ae45c47eec
Updated the docker and build of xpdf to work with updated xpdf download page. Now xpdf download page has a latest link. (#3938) 2020-06-05 13:57:57 -07:00
DavidKorczynski 6f973ac806
Added xpdf project. (#3565)
* Added xpdf project.

* Tried linking with cxx.

* Since the executables build are not needed for the fuzzer build to succeed we can ignore the case where some test-apps are not build on the oss-fuzz platform.

* Ignore errors that dont impact the fuzzers.

* Updated the project file with language field.
2020-04-02 08:04:22 -07:00