aboutsummaryrefslogtreecommitdiff
path: root/infra
diff options
context:
space:
mode:
authorAbhishek Arya <inferno@chromium.org>2021-02-06 15:41:22 -0800
committerGitHub <noreply@github.com>2021-02-06 15:41:22 -0800
commitbae8dd8b5c54f8a3b7a7e43a927f8bd491c5be35 (patch)
treec06a5386125ce5e359f2146c4b3a09f1273fd939 /infra
parent8b2b45c2d42fb56d20f41a94b69bc0c356be0720 (diff)
downloadoss-fuzz-bae8dd8b5c54f8a3b7a7e43a927f8bd491c5be35.tar.gz
Fix unbound var.
Diffstat (limited to 'infra')
-rw-r--r--infra/base-images/base-builder/compile_afl2
1 files changed, 1 insertions, 1 deletions
diff --git a/infra/base-images/base-builder/compile_afl b/infra/base-images/base-builder/compile_afl
index a8391d8a7..318eca44e 100644
--- a/infra/base-images/base-builder/compile_afl
+++ b/infra/base-images/base-builder/compile_afl
@@ -49,7 +49,7 @@ export AFL_QUIET=1
# Several targets run their own tools, so ensure its working.
export AFL_MAP_SIZE=4194304
# No leak errors during builds.
-export ASAN_OPTIONS="$ASAN_OPTIONS:detect_leaks=0:symbolize=0"
+export ASAN_OPTIONS="detect_leaks=0:symbolize=0"
#
# Placeholder for the upcoming afl++ build options roulette
#