Skip to content

Commit

Permalink
See if we can turn on the stack-use-after-return asan check
Browse files Browse the repository at this point in the history
  • Loading branch information
Thom Chiovoloni authored and thomcc committed Apr 16, 2020
1 parent 185899e commit ca3583e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,7 @@ jobs:
env:
RUSTFLAGS: -Zsanitizer=address
RUSTDOCFLAGS: -Zsanitizer=address
ASAN_OPTIONS: 'detect_stack_use_after_return=1'
run: cargo -Z build-std test --features 'bundled-full session buildtime_bindgen with-asan' --target x86_64-unknown-linux-gnu

# Ensure clippy doesn't complain.
Expand Down

0 comments on commit ca3583e

Please sign in to comment.