Commit Graph

13 Commits

Author SHA1 Message Date
Nick Wellnhofer f686d96257
[libxml2] Add another target, minor fixes (#4329)
- Add new XPath fuzz target
- Set V=1 globally
- Clean seed corpus to make sure it will be rebuilt
2020-08-17 07:46:18 -07:00
Nick Wellnhofer dc0f92fe90
[libxml2] Two new targets, rework build.sh (#4243) 2020-07-31 14:21:37 -07:00
Nick Wellnhofer e3c5b941da
[libxml2] Two new fuzz targets (#4022)
* [libxml2] Two new fuzz targets

Enable HTML and XML Schema fuzzers.

* [libxml2] Compile missing source files

* [libxml2] Don't forget to build seed corpora
2020-06-24 13:01:23 -07:00
Nick Wellnhofer fa81803dd4
[libxml2] Use options files from upstream repo (#3947) 2020-06-09 07:41:15 -07:00
Nick Wellnhofer c4eefbf432
[libxml2] Initial integration (#3934)
* [libxml2] Initial integration

Fuzz targets are now maintained in the libxml2 repo.

* [libxml2] Install i386 versions of dependencies

* [libxml2] dpkg --add-architecture i386

* [libxml2] Link dependencies statically
2020-06-05 07:36:17 -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
Max Moroz 17e1a02f7b
[libxml2] Remove libxml2_xml_regexp_compile_fuzzer. (#1988) 2018-12-27 08:43:07 -08:00
Max Moroz 1e67fae34c [libxml2] Disable HTTP functionality since it is blocked in the sandbox. 2018-11-21 13:38:36 -08:00
Max Moroz e1ded36332 [libxml2] Use seed corpus from libxml2/test for all fuzz targets + xml.dict. 2018-11-21 12:31:39 -08:00
Stefan Bucur 0622421290 [libxml2] Add a libXML fuzzer that exercises its file-based parsing interface. (#1967) 2018-11-21 12:21:56 -08:00
Mike Aizatsky 3dd707ed58 [infra] using -lFuzzingEngine instead of -lfuzzer 2016-12-07 11:41:08 -08:00
Kuang-che Wu 7048975d6a Fix parallel make command (#144)
'make -j' will make targets parallelly. In other words, "clean" may run after "all" for 'make -j clean all' line.
2016-12-07 06:47:37 -08:00
Mike Aizatsky a143b9b39a [infra] renaming targets/ to projects/ 2016-11-29 10:55:25 -08:00