summaryrefslogtreecommitdiff
path: root/honggfuzz.h
diff options
context:
space:
mode:
authorRobert Swiecki <robert@swiecki.net>2019-12-04 17:45:12 +0100
committerRobert Swiecki <robert@swiecki.net>2019-12-04 17:45:12 +0100
commit199428ed6fd32958eb90f88c6137864c2103bff5 (patch)
treecf1bf3d46e2742bc9b6d38e41add390910e3b861 /honggfuzz.h
parenta46cf59a294f02f0c27f484b1afd10c4867b2734 (diff)
downloadhonggfuzz-199428ed6fd32958eb90f88c6137864c2103bff5.tar.gz
sanitizers/linux: remove monitorSIGABRT convention: now SIGABRT is always monitored. For Android another option will be implemented to avoid extensive SIGABRT system logging - 'kill upon SIGABRT'
Diffstat (limited to 'honggfuzz.h')
-rw-r--r--honggfuzz.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/honggfuzz.h b/honggfuzz.h
index a55e23e0..e7289a98 100644
--- a/honggfuzz.h
+++ b/honggfuzz.h
@@ -249,7 +249,6 @@ typedef struct {
bool exitUponCrash;
const char* reportFile;
pthread_mutex_t report_mutex;
- bool monitorSIGABRT;
size_t dynFileIterExpire;
bool only_printable;
bool minimize;