about summary refs log tree commit diff
path: root/custom_mutators/honggfuzz/common.h
diff options
context:
space:
mode:
authorvanhauser-thc <vh@thc.org>2021-02-18 11:15:59 +0100
committervanhauser-thc <vh@thc.org>2021-02-18 11:15:59 +0100
commit89af2ef7a9f1ae1de57a1cdbb7ff2da1de7a943c (patch)
tree7cc0e8dfc811e0c7a2d3f0bc83fc6b1faa37344c /custom_mutators/honggfuzz/common.h
parent5dd35f5281afec0955c08fe9f99e3c83222b7764 (diff)
downloadafl++-89af2ef7a9f1ae1de57a1cdbb7ff2da1de7a943c.tar.gz
update honggfuzz custom mutator
Diffstat (limited to 'custom_mutators/honggfuzz/common.h')
-rw-r--r--custom_mutators/honggfuzz/common.h3
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