about summary refs log tree commit diff
path: root/src/afl-tmin.c
diff options
context:
space:
mode:
authorvanhauser-thc <vh@thc.org>2021-04-04 20:05:02 +0200
committervanhauser-thc <vh@thc.org>2021-04-04 20:05:02 +0200
commit3c846859eef4d17d2587ea28db83c680b51723a7 (patch)
tree4e394e959886ebad1889069958949623b9fce4ba /src/afl-tmin.c
parentc23183f1dc39ce0792a879065e6aea33a4c571f8 (diff)
downloadafl++-3c846859eef4d17d2587ea28db83c680b51723a7.tar.gz
cleanup
Diffstat (limited to 'src/afl-tmin.c')
-rw-r--r--src/afl-tmin.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/afl-tmin.c b/src/afl-tmin.c
index 6aad748c..6656712a 100644
--- a/src/afl-tmin.c
+++ b/src/afl-tmin.c
@@ -763,7 +763,7 @@ static void set_up_environment(afl_forkserver_t *fsrv, char **argv) {
                          "handle_sigfpe=0:"
                          "handle_sigill=0", 0);
 
-   setenv("LSAN_OPTIONS",
+  setenv("LSAN_OPTIONS",
          "exitcode=" STRINGIFY(LSAN_ERROR) ":"
          "fast_unwind_on_malloc=0:"
          "symbolize=0:"