diff options
author | vanhauser-thc <vh@thc.org> | 2021-02-18 11:15:59 +0100 |
---|---|---|
committer | vanhauser-thc <vh@thc.org> | 2021-02-18 11:15:59 +0100 |
commit | 89af2ef7a9f1ae1de57a1cdbb7ff2da1de7a943c (patch) | |
tree | 7cc0e8dfc811e0c7a2d3f0bc83fc6b1faa37344c /custom_mutators/honggfuzz/common.h | |
parent | 5dd35f5281afec0955c08fe9f99e3c83222b7764 (diff) | |
download | afl++-89af2ef7a9f1ae1de57a1cdbb7ff2da1de7a943c.tar.gz |
update honggfuzz custom mutator
Diffstat (limited to 'custom_mutators/honggfuzz/common.h')
-rw-r--r-- | custom_mutators/honggfuzz/common.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/custom_mutators/honggfuzz/common.h b/custom_mutators/honggfuzz/common.h index e69de29b..c8cf1329 100644 --- a/custom_mutators/honggfuzz/common.h +++ b/custom_mutators/honggfuzz/common.h @@ -0,0 +1,3 @@ +#ifndef LOG_E + #define LOG_E LOG_F +#endif |