about summary refs log tree commit diff
path: root/src/afl-tmin.c
diff options
context:
space:
mode:
authorvanhauser-thc <vh@thc.org>2021-03-04 14:55:57 +0100
committervanhauser-thc <vh@thc.org>2021-03-04 14:55:57 +0100
commitb6dc529bc38469a69ca5f43e12e9cb921fdc3a08 (patch)
tree5033dc28d06037a44804eb92574f3209a6da158e /src/afl-tmin.c
parent79d75d8e42e5adf64e149ab6e1fe197cb1d4f303 (diff)
downloadafl++-b6dc529bc38469a69ca5f43e12e9cb921fdc3a08.tar.gz
no ASAN odr violations by default
Diffstat (limited to 'src/afl-tmin.c')
-rw-r--r--src/afl-tmin.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/afl-tmin.c b/src/afl-tmin.c
index 15336959..6d04c652 100644
--- a/src/afl-tmin.c
+++ b/src/afl-tmin.c
@@ -717,6 +717,7 @@ static void set_up_environment(afl_forkserver_t *fsrv) {
          "detect_leaks=0:"
          "allocator_may_return_null=1:"
          "symbolize=0:"
+         "detect_odr_violation=0:"
          "handle_segv=0:"
          "handle_sigbus=0:"
          "handle_abort=0:"