Skip to content

Commit

Permalink
ubsan-for-real
Browse files Browse the repository at this point in the history
  • Loading branch information
thesamesam committed Apr 10, 2024
1 parent d04c5d4 commit adec597
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,7 @@ jobs:
- name: Test with -fsanitize=address,undefined
if: ${{ matrix.os == 'ubuntu-latest' && matrix.build_system == 'autotools' }}
run: |
export UBSAN_OPTIONS=print_stacktrace=1:halt_on_error=1
./build-aux/ci_build.sh -b autotools -p test -f "-fsanitize=address,undefined" -d sandbox
cd ../xz_build && make distclean
Expand Down

0 comments on commit adec597

Please sign in to comment.