oss-fuzz/expat
Mike Aizatsky 69110e1f33 [infra] no need to call /env 2016-08-07 19:53:25 -07:00
..
Dockerfile adding make to Dockerfiles 2016-07-28 13:46:35 -07:00
Jenkinsfile [expat] cleanup 2016-07-26 14:10:17 -07:00
Readme.md [infra] removing workspace directory 2016-08-01 14:15:43 -07:00
build.sh [infra] no need to call /env 2016-08-07 19:53:25 -07:00
parse_fuzzer.cc [expat] working build & simple fuzzer from chrome. 2016-07-26 13:59:42 -07:00

Readme.md

Fuzzing expat

http://expat.sourceforge.net/

Building and running:

# Checkout sources into ~/src/oss-fuzz & ~/src/expat
docker build -t ossfuzz/expat expat && \
docker run -i -v ~/src/oss-fuzz:/src/oss-fuzz -v ~/src/expat:/src/expat -t ossfuzz/expat