summaryrefslogtreecommitdiff
path: root/honggfuzz.h
diff options
context:
space:
mode:
authorRobert Swiecki <robert@swiecki.net>2019-12-04 16:30:57 +0100
committerRobert Swiecki <robert@swiecki.net>2019-12-04 16:30:57 +0100
commit57e970c59abffcc9a1794f0bf286e57547642076 (patch)
tree946d40d8e52bea97dd7c4d75a5a3fa3305a4b8d0 /honggfuzz.h
parent66d8bcd37ce94703f7d8f005bb859e26a8623f27 (diff)
downloadhonggfuzz-57e970c59abffcc9a1794f0bf286e57547642076.tar.gz
cmdline/sanitizers: add option to delete/retain asan report, as well as move asan report parsing bits to sanitizers.c
Diffstat (limited to 'honggfuzz.h')
-rw-r--r--honggfuzz.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/honggfuzz.h b/honggfuzz.h
index a89f6345..a55e23e0 100644
--- a/honggfuzz.h
+++ b/honggfuzz.h
@@ -257,6 +257,7 @@ typedef struct {
} cfg;
struct {
bool enable;
+ bool del_report;
} sanitizer;
struct {
fuzzState_t state;