Skip to content

Commit

Permalink
Add symbolize=0.
Browse files Browse the repository at this point in the history
  • Loading branch information
d33tah committed Mar 12, 2016
1 parent 0e66e0a commit e4a53be
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion afl-sh-profile
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ export AFL_HARDEN=1
export FORCE_UNSAFE_CONFIGURE=1 # for coreutils root build check.

# we don't need leak checks while building
export ASAN_OPTIONS=detect_leaks=0,abort_on_error=1
export ASAN_OPTIONS=detect_leaks=0,abort_on_error=1,symbolize=0

# In case of e.g. gimp, dpkg-gensymbols complains after having detected new
# symbols introduced by AFL. Let's disable the check.
Expand Down
2 changes: 1 addition & 1 deletion fuzz-pkg-with-coverage.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ aflize $1
dpkg -i ~/pkgs/*.deb
apt-get -f install -y

ASAN_OPTIONS=abort_on_error=1 timeout \
ASAN_OPTIONS=abort_on_error=1,symbolize=0 timeout \
15s \
afl-fuzz \
-i ~/testcases \
Expand Down

0 comments on commit e4a53be

Please sign in to comment.