about summary refs log tree commit diff
path: root/instrumentation/afl-compiler-rt.o.c
diff options
context:
space:
mode:
authorvan Hauser <vh@thc.org>2021-01-19 14:03:10 +0100
committervan Hauser <vh@thc.org>2021-01-19 14:03:10 +0100
commit0367f6c72339ba655956d7e17b0b27c92b22d781 (patch)
treefae07efa99146da1002c59b7d571d04c21c400e5 /instrumentation/afl-compiler-rt.o.c
parent292f91a55f6af5e06b41b429e55f65b7df4d8d16 (diff)
downloadafl++-0367f6c72339ba655956d7e17b0b27c92b22d781.tar.gz
cleanup and rename _DISCARD->_SKIP
Diffstat (limited to 'instrumentation/afl-compiler-rt.o.c')
-rw-r--r--instrumentation/afl-compiler-rt.o.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/instrumentation/afl-compiler-rt.o.c b/instrumentation/afl-compiler-rt.o.c
index b735d8df..e31bff16 100644
--- a/instrumentation/afl-compiler-rt.o.c
+++ b/instrumentation/afl-compiler-rt.o.c
@@ -1429,7 +1429,7 @@ void __afl_coverage_discard() {
 }
 
 // discard the testcase
-void __afl_coverage_abort() {
+void __afl_coverage_skip() {
 
   __afl_coverage_discard();