oss-fuzz/expat
Oliver Chang bcdafbec0e [infra] optional dockerfile; copy .dict and .options
- Remove requirement of specifying dockerfile in Jenkinsfile. Assume it
  is in the library directory by deefault.
- Try to copy any *.dict or *.options files to output directory.
2016-08-30 13:08:26 -07:00
..
Dockerfile adding make to Dockerfiles 2016-07-28 13:46:35 -07:00
Jenkinsfile [infra] optional dockerfile; copy .dict and .options 2016-08-30 13:08:26 -07:00
README.md Update and rename Readme.md to README.md 2016-08-16 13:18:04 -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/

To build fuzzers: builde the image and run it:

# 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 -v ~/tmp/out:/out -t ossfuzz/expat

Fuzzers will be in ~/tmp/out.