diff options
author | van Hauser <vh@thc.org> | 2021-01-19 14:03:10 +0100 |
---|---|---|
committer | van Hauser <vh@thc.org> | 2021-01-19 14:03:10 +0100 |
commit | 0367f6c72339ba655956d7e17b0b27c92b22d781 (patch) | |
tree | fae07efa99146da1002c59b7d571d04c21c400e5 /instrumentation/afl-compiler-rt.o.c | |
parent | 292f91a55f6af5e06b41b429e55f65b7df4d8d16 (diff) | |
download | afl++-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.c | 2 |
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(); |