Skip to content
Snippets Groups Projects
Commit e5ef0445 authored by Jason Hiser's avatar Jason Hiser :tractor:
Browse files

sometimes afl doesn't find the 3rd input, and trying to extract it causes a...

sometimes afl doesn't find the 3rd input, and trying to extract it causes a failure.  so, just skip it.
parent 653ebe85
No related branches found
No related tags found
No related merge requests found
Checking pipeline status
......@@ -27,8 +27,6 @@ function main()
echo
$TURBO_HOME/bin/turbo-cli.exe log get report $vid|$TURBO_HOME/bin/turbo-cli.exe report extract-input 1 -|$TURBO_HOME/bin/turbo-cli.exe input extract-raw-file stdin -
echo
$TURBO_HOME/bin/turbo-cli.exe log get report $vid|$TURBO_HOME/bin/turbo-cli.exe report extract-input 2 -|$TURBO_HOME/bin/turbo-cli.exe input extract-raw-file stdin -
echo
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment