Skip to content

Commit

Permalink
Revert "ci: Enable ASAN_OPTIONS: detect_stack_use_after_return=1"
Browse files Browse the repository at this point in the history
There is a bug - libasan crashes.
  • Loading branch information
chfast committed Sep 22, 2020
1 parent 3319974 commit a74cbbc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions circle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -326,7 +326,7 @@ jobs:
sanitizers-clang:
executor: linux-clang-latest
environment:
ASAN_OPTIONS: detect_stack_use_after_return=1:detect_invalid_pointer_pairs=2
ASAN_OPTIONS: detect_invalid_pointer_pairs=2
UBSAN_OPTIONS: halt_on_error=1
steps:
- checkout
Expand All @@ -342,7 +342,7 @@ jobs:
sanitizers-gcc:
executor: linux-gcc-latest
environment:
ASAN_OPTIONS: detect_stack_use_after_return=1:detect_invalid_pointer_pairs=2
ASAN_OPTIONS: detect_invalid_pointer_pairs=2
UBSAN_OPTIONS: halt_on_error=1
steps:
- checkout
Expand Down

0 comments on commit a74cbbc

Please sign in to comment.