Commit Graph

11 Commits

Author SHA1 Message Date
DavidKorczynski c82e3700d8
cairo: fix build (#7700) 2022-05-12 00:32:44 +01:00
salmonstriver 48ac879fb4
fix link path (#7627) 2022-04-27 10:08:00 +01:00
DavidKorczynski b1111a3c0a
cairo: update glib source and version (#7052)
Sometimes the current ftp site has timeouts which causes the build
to fail. This switches it to the upstream repo (as oss-fuzz glib
integration itself) to make it more stable.
2021-12-22 13:26:08 +00:00
DavidKorczynski fafaf03d27
cairo: fix build (#6386)
* cairo: fix build.

* cairo: install gperf packet to fix undefined build.
2021-09-02 17:29:22 +00:00
jonathanmetzman 1ae1df8e35
[Ubuntu upgrade][cairo] Install libtool and autotools-dev (#6273)
Do this explicitly to prevent breakage when builder is upgraded
to Ubuntu 20.04.

Related: #6180
2021-08-23 09:48:09 -07:00
Tyson Smith 76d5fd8698
[cairo] Add to CC list (#5431) 2021-03-19 06:42:33 -07:00
Tyson Smith 876b84445f
[cairo] Add vendor_ccs (#5347) 2021-03-09 13:29:35 -08:00
Google AutoFuzz Team dffc529a71
Make cairo's issues public by default (#4990)
This is what upstream wants: https://gitlab.freedesktop.org/cairo/cairo/-/merge_requests/69#note_768642
2021-01-20 05:00:46 -08:00
Google AutoFuzz Team 0ba7eeef2e
Add a check to prevent cairo from immediately crashing (#4992) 2021-01-18 13:17:06 -08:00
Abhishek Arya 95a7b67504
Add main_repo for some more projects. (#4819) 2020-12-10 08:15:05 -08:00
ecalp-tps 945e74805a
[Cairo] Initial integration (#4703)
* Initial commit with build script and Dockerfile

* Corpus and dictionary added

* Some comments

* Trigger build check

* Remove MSan

* Move glib extraction to Dockerfile

* Move fuzzers into this repo. Fetch cairo from the upstream repo.

* Add missing license headers

* Fix dictionary and seed corpus

* Replace malloc with calloc. Remove unused variable. Replace DEFINE with const.

Minor fix
2020-11-26 09:38:10 -08:00