Skip to content

Commit b7285bf

Browse files
committed
Work on check-sanitized.
1 parent 8a73ec9 commit b7285bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/many-platforms.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -867,7 +867,7 @@ jobs:
867867
- run: |
868868
pwd
869869
export CPPFLAGS="-Wall"
870-
export CC="clang -fsanitize=address,undefined,signed-integer-overflow,shift,integer-divide-by-zero"
870+
export CC="clang -fsanitize=address,undefined,signed-integer-overflow,shift,integer-divide-by-zero -fno-sanitize-recover=undefined"
871871
export CFLAGS="-O0 -fno-omit-frame-pointer -ggdb"
872872
export ASAN_OPTIONS="detect_leaks=0 abort_on_error=1 allocator_may_return_null=1"
873873
./build-on.sh '${{ env.package }}' '' 'make' ''

0 commit comments

Comments
 (0)