about summary refs log tree commit diff
path: root/test
diff options
context:
space:
mode:
authorvan Hauser <vh@thc.org>2021-09-01 08:41:21 +0200
committerGitHub <noreply@github.com>2021-09-01 08:41:21 +0200
commit773baf9391ff5f1793deb7968366819e7fa07adc (patch)
tree08fcc9ebc0a70f545cbc149385dfb9a4670eada8 /test
parent353d402aaf9296c7dbd47e66fbbc6e59179c4e44 (diff)
parentd4a8a9df699aa018755f4948e2add508be44b8b2 (diff)
downloadafl++-773baf9391ff5f1793deb7968366819e7fa07adc.tar.gz
Merge pull request #1084 from AFLplusplus/dev
push to stable
Diffstat (limited to 'test')
-rw-r--r--test/test-compcov.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/test-compcov.c b/test/test-compcov.c
index 24e4c9f2..32efb3e9 100644
--- a/test/test-compcov.c
+++ b/test/test-compcov.c
@@ -43,6 +43,7 @@ int main(int argc, char **argv) {
     printf("This will only crash with libdislocator: %s\n", buf);
 
   } else if (*(unsigned int *)input == 0xabadcafe)
+
     printf("GG you eat cmp tokens for breakfast!\n");
   else if (memcmp(cmpval, input, 8) == 0)
     printf("local var memcmp works!\n");