Skip to content

Commit b7c353c

Browse files
committed
Specify -fsanitize-no-recover
To make it more obvious when there are ubsan failures.
1 parent aee31dd commit b7c353c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

azure-pipelines.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,5 +80,5 @@ jobs:
8080
configurationName: COMMUNITY
8181
configurationParameters: >-
8282
--enable-debug --enable-maintainer-zts
83-
CFLAGS='-fsanitize=undefined,address -DZEND_TRACK_ARENA_ALLOC'
83+
CFLAGS='-fsanitize=undefined,address -fno-sanitize-recover -DZEND_TRACK_ARENA_ALLOC'
8484
LDFLAGS='-fsanitize=undefined,address'

0 commit comments

Comments
 (0)