about summary refs log tree commit diff
diff options
context:
space:
mode:
authorvan Hauser <vh@thc.org>2019-11-06 13:41:23 +0100
committervan Hauser <vh@thc.org>2019-11-06 13:41:23 +0100
commitdb7c990346ea9e24269358bee02d9efcbf5230cb (patch)
tree79148dd8d44a6afa101bd10de1e66ae125e05fbb
parent7c99027c3165e2f411ca6caa0c119e7b69a2132c (diff)
downloadafl++-db7c990346ea9e24269358bee02d9efcbf5230cb.tar.gz
even easier test case solving :)
-rwxr-xr-xtest/test.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test.sh b/test/test.sh
index 3b071468..617401eb 100755
--- a/test/test.sh
+++ b/test/test.sh
@@ -485,7 +485,7 @@ test -d ../unicorn_mode/unicorn && {
       }
       rm -f errors
 
-      printf '\xbf' > in/in
+      printf '\x01\x01' > in/in
       # This seed is close to the first byte of the comparison.
       # If CompCov works, a new tuple will appear in the map => new input in queue
       $ECHO "$GREY[*] running afl-fuzz for unicorn_mode compcov, this will take approx 35 seconds"