Skip to content

Commit fc7a80b

Browse files
committed
Add -fno-sanitize=unsigned-integer-overflow to clang asan options
Signed-off-by: Michael Warres <[email protected]>
1 parent 749ebf8 commit fc7a80b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.bazelrc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ build:clang-asan --copt -DADDRESS_SANITIZER=1
2828
build:clang-asan --copt -DUNDEFINED_SANITIZER=1
2929
build:clang-asan --copt -fsanitize=address,undefined
3030
build:clang-asan --copt -fsanitize-address-use-after-scope
31+
build:clang-asan --copt -fno-sanitize=unsigned-integer-overflow
3132
build:clang-asan --linkopt -fsanitize=address,undefined
3233
build:clang-asan --linkopt -fsanitize-address-use-after-scope
3334
build:clang-asan --test_env=ASAN_OPTIONS=check_initialization_order=1:detect_stack_use_after_return=1:strict_init_order=1:strict_string_checks=1

0 commit comments

Comments
 (0)