oss-fuzz/expat
Mike Aizatsky 52fbe2ffd3 [infra] test expat build 2016-10-14 14:07:22 -07:00
..
Dockerfile [infra] do not checkout oss-fuzz (#23) 2016-10-12 16:25:06 -07:00
Jenkinsfile Update Jenkinsfile 2016-10-11 14:34:18 -07:00
Jenkinsfile-test [infra] test expat build 2016-10-14 14:07:22 -07:00
README.md [infra] do not checkout oss-fuzz (#23) 2016-10-12 16:25:06 -07:00
build.sh [infra] renaming LDFLAGS into FUZZER_LDFLAGS. Fixes #31 2016-10-13 14:20:19 -07:00
parse_fuzzer.cc [expat] working build & simple fuzzer from chrome. 2016-07-26 13:59:42 -07:00
parse_fuzzer.options Add dictionary and options file for expat parse_fuzzer. 2016-09-13 16:51:29 +02:00
xml.dict Add dictionary and options file for expat parse_fuzzer. 2016-09-13 16:51:29 +02:00

README.md

Fuzzing expat

http://expat.sourceforge.net/

To build fuzzers: build and run the docker image:

# Checkout sources
git clone https://github.com/google/oss-fuzz.git
git clone git://git.code.sf.net/p/expat/code_git expat
# Build & run the image.
docker build -t ossfuzz/expat oss-fizz/expat && \
docker run -i -v $PWD/expat:/src/expat -v $HOME/tmp/out:/out -t ossfuzz/expat

Fuzzers will be in $HOME/tmp/out.