Skip to content

Commit

Permalink
Update Readme.md
Browse files Browse the repository at this point in the history
  • Loading branch information
mboehme authored Aug 19, 2017
1 parent 6581084 commit e6b41db
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -143,4 +143,7 @@ cp $SUBJECT/test/dtds/* in

$AFLGO/afl-fuzz -S ef709ce2 -z exp -c 45m -i in -o out $SUBJECT/xmllint --valid --recover @@
```

* **Tipp**: Concurrently fuzz the most recent version as master :)
```bash
$AFLGO/afl-fuzz -M master -z exp -c 45m -i in -o out $MASTER/xmllint --valid --recover @@
```

0 comments on commit e6b41db

Please sign in to comment.