oss-fuzz/projects/freetype2
bungeman d83e3f543d
[freetype] Remove zlib and libpng dev packages. (#4597)
The upstream build of the fuzzer currently builds freetype --without-zlib
and --without-png so these are not needed. In addition, because of the
way these dependencies are used they must be built with the sanitizer in
order to detect interesting issues like CVE-2020-15999, where FreeType
may call into libpng incorrectly but it is libpng which actually does
the reads and writes. This has been proposed upstream at
https://github.com/freetype/freetype2-testing/pull/86 which uses
prefixes to ensure that the system symbols are never used, but it would
be beneficial to not have them available at all.
2020-11-04 11:01:18 -08:00
..
Dockerfile [freetype] Remove zlib and libpng dev packages. (#4597) 2020-11-04 11:01:18 -08:00
build.sh Migrate projects using -lFuzzingEngine to $LIB_FUZZING_ENGINE (#2325) 2019-05-01 11:09:55 -04:00
project.yaml [presubmit] Enforce language attribute in project.yaml to be always set. (#3477) 2020-03-10 11:08:01 -07:00