Skip to content

Commit

Permalink
fix: format ASAN_OPTIONS for AFL++
Browse files Browse the repository at this point in the history
  • Loading branch information
jschwartzentruber committed Dec 18, 2024
1 parent 9c1270d commit bb74b14
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions services/afl/launch-worker.sh
Original file line number Diff line number Diff line change
Expand Up @@ -92,9 +92,7 @@ fi
# setup target

ASAN_OPTIONS=\
abort_on_error=true:\
allocator_may_return_null=true:\
detect_leaks=0:\
abort_on_error=1:\
hard_rss_limit_mb=4096:\
log_path=/tmp/data.log:\
max_allocation_size_mb=3073:\
Expand Down

0 comments on commit bb74b14

Please sign in to comment.