xref: /aosp_15_r20/external/grpc-grpc/test/core/util/ubsan_suppressions.txt (revision cc02d7e222339f7a4f6ba5f422e6413f4bd931f2)
1# Protobuf stuff
2nonnull-attribute:google::protobuf::*
3alignment:google::protobuf::*
4nonnull-attribute:_tr_stored_block
5# The following 5 suppressors should be removed as part of C++ cleanup
6enum:client_fuzzer_one_entry
7enum:message_compress_test
8enum:transport_security_test
9enum:algorithm_test
10alignment:transport_security_test
11# TODO(jtattermusch): address issues and remove the supressions
12nonnull-attribute:gsec_aes_gcm_aead_crypter_decrypt_iovec
13nonnull-attribute:gsec_test_random_encrypt_decrypt
14nonnull-attribute:gsec_test_multiple_random_encrypt_decrypt
15nonnull-attribute:gsec_test_copy
16nonnull-attribute:gsec_test_encrypt_decrypt_test_vector
17alignment:absl::little_endian::Store64
18alignment:absl::little_endian::Load64
19float-divide-by-zero:grpc::testing::postprocess_scenario_result
20enum:grpc_op_string
21signed-integer-overflow:chrono
22enum:grpc_http2_error_to_grpc_status
23enum:grpc_chttp2_cancel_stream
24enum:api_fuzzer
25# TODO(juanlishen): Remove this supression after
26# https://github.com/GoogleCloudPlatform/layer-definitions/issues/531 is
27# addressed.
28alignment:grpc_core::XdsPriorityListUpdate::*
29# Benign pointer-overflow error in boringssl
30# (ref: https://github.com/openssl/openssl/issues/16816)
31pointer-overflow:mem_ctrl
32# https://github.com/protocolbuffers/upb/issues/452
33pointer-overflow:_upb_extreg_add
34