diff options
author | van Hauser <vh@thc.org> | 2020-03-09 15:52:14 +0100 |
---|---|---|
committer | van Hauser <vh@thc.org> | 2020-03-09 15:52:14 +0100 |
commit | a24352ddfd16c151df48b4a0cf89ced587165f1e (patch) | |
tree | 40820b794c590d4cdf46b741fdb5259490324d43 /include/afl-fuzz.h | |
parent | 2f4166367390e675e59b7231382253ca2d5ec247 (diff) | |
download | afl++-a24352ddfd16c151df48b4a0cf89ced587165f1e.tar.gz |
fix leaks
Diffstat (limited to 'include/afl-fuzz.h')
-rw-r--r-- | include/afl-fuzz.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/afl-fuzz.h b/include/afl-fuzz.h index fbec77f8..d49898dd 100644 --- a/include/afl-fuzz.h +++ b/include/afl-fuzz.h @@ -887,3 +887,4 @@ static u64 next_p2(u64 val) { } #endif + |