Skip to content
Snippets Groups Projects
Commit 965384f1 authored by Andrew Morton's avatar Andrew Morton
Browse files

Updated NUMFUZZ - eyeballed to 100

parent e9f2decf
No related branches found
No related tags found
No related merge requests found
...@@ -12,7 +12,7 @@ fi ...@@ -12,7 +12,7 @@ fi
cd fuzzer/ cd fuzzer/
javac Fuzzer.java javac Fuzzer.java
NUMFUZZ=10 NUMFUZZ=100
FUZZER_OUTPUT=fuzz.txt FUZZER_OUTPUT=fuzz.txt
i=0; i=0;
while [ $i -lt $NUMFUZZ ]; do while [ $i -lt $NUMFUZZ ]; do
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment