Commit Graph

11 Commits

Author SHA1 Message Date
Navidem 291956b501
Set flags to use old pass manger (#7828)
* Set flags to use old pass manger

* nit

* Add comment to Dockerfile

* More informative comment

* nit
2022-06-09 19:39:25 +10:00
jonathanmetzman 806d1a0620
[Ubuntu upgrade] Disable MSAN where it doesn't support on Ubuntu 20.04 (#6281)
These projects were tested and it was found that their use
of MSAN does not work on Ubuntu 20.04. Therefore their use of
MSAN is being disabled.

Related: #6180
2021-08-24 15:24:47 -07:00
Oliver Chang 84faf55729
Populate a bunch of main_repo values. (#4815)
Also enforce this for future integrations.
2020-12-10 09:49:27 +11:00
devtty1er d561c49ae5
Update Dockerfiles (#4070)
* Use LABEL in place of MAINTAINER

* Remove LABEL maintainer from Dockerfiles
2020-07-06 13:18:23 -07:00
Max Moroz 71f4914c45
[presubmit] Enforce language attribute in project.yaml to be always set. (#3477)
* [presubmit] Enforce language attribute in projectt.yaml to be always set.

* Update documentation, better presubmit check, new project template.

* add docstring to templates.py

* Add example values in the project.yaml template and remove python value for now

* Add "project: c++" to 256 projects

* format

* Add labels and selective_unpack sections to the presubmit check

* fix incorrect auto_ccs format in three projects

* fix nss emails after rebase
2020-03-10 11:08:01 -07:00
Jay Berkenbilt dd8032434a [qpdf] transfer fuzz targets to qpdf repository (#2509)
This switches control of the fuzzers to the qpdf repository and
switches ownership of the project to qpdf's author.
2019-06-13 08:20:42 -07:00
Jay Berkenbilt f858510cbe Qpdf ownership (#2496)
* example project: fix minor problems with standalone fuzzer

* typo: "successfull" -> "successful"
* main should explicitly return 0 on success

* example project: fix minor problems with Makefile

* make "all" the first target
* use LIB_FUZZING_ENGINE to reference fuzzer in all places

* example project: fix typos in README

* Add upstream qpdf maintainer as auto_cc for qpdf

I am adding myself (using my Google account) as an auto_cc in
preparation for taking over ownership of the qpdf project and doing a
full integration with oss-fuzz.
2019-06-09 18:59:50 -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
Stefan Bucur 6cbad0dcae [qpdf] Fix the fuzzer name in the qpdf project.yaml file. (#2065) 2019-01-02 11:24:19 -08:00
Tim King 96d51be047 [qpdf] Limiting the number of bytes the read_memory_fuzzer handles. (#2056)
* [qpdf] Limiting the number of bytes the read_memory_fuzzer handles.

* Raising the limit to 64 KiB.
2018-12-27 11:13:11 -08:00
Tim King 05a0e52d22 [qpdf] Initial integration for qpdf. (#2050) 2018-12-22 01:09:53 -08:00