Commit Graph

5 Commits

Author SHA1 Message Date
DavidKorczynski bd4572dda9
cairo: add new fuzzer (#9331)
Fixes: https://github.com/google/oss-fuzz/issues/9326

Signed-off-by: David Korczynski <david@adalogics.com>

Signed-off-by: David Korczynski <david@adalogics.com>
2023-01-02 15:41:58 +00:00
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
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