mirror of https://github.com/google/oss-fuzz.git
[expat] updated readme
This commit is contained in:
parent
a7d1bf0974
commit
d7c8b781ca
|
@ -1,4 +1,11 @@
|
|||
Fuzzing expat
|
||||
=============
|
||||
|
||||
* home page: [http://expat.sourceforge.net/](http://expat.sourceforge.net/)
|
||||
[http://expat.sourceforge.net/](http://expat.sourceforge.net/)
|
||||
|
||||
Building and running:
|
||||
````bash
|
||||
# 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:/workspace -t ossfuzz/expat
|
||||
````
|
||||
|
|
Loading…
Reference in New Issue