Skip to content

Commit

Permalink
detect_stack_use_after_return=0
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinbackhouse committed Jun 7, 2022
1 parent 196163e commit fa48851
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion projects/ruby/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
#
################################################################################

export ASAN_OPTIONS="detect_leaks=0:use_sigaltstack=0"
export ASAN_OPTIONS="detect_leaks=0:use_sigaltstack=0:detect_stack_use_after_return=0"
export UBSAN_OPTIONS="silence_unsigned_overflow=1"

./autogen.sh
Expand Down
1 change: 1 addition & 0 deletions projects/ruby/fuzz_ruby_gems.options
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
[asan]
detect_leaks=0
use_sigaltstack=0
detect_stack_use_after_return=0

0 comments on commit fa48851

Please sign in to comment.