123456789101112131415161718192021222324252627282930313233 |
- # Protobuf stuff
- nonnull-attribute:google::protobuf::*
- alignment:google::protobuf::*
- nonnull-attribute:_tr_stored_block
- # The following 5 suppressors should be removed as part of C++ cleanup
- enum:client_fuzzer_one_entry
- enum:message_compress_test
- enum:transport_security_test
- enum:algorithm_test
- alignment:transport_security_test
- # TODO(jtattermusch): address issues and remove the supressions
- nonnull-attribute:gsec_aes_gcm_aead_crypter_decrypt_iovec
- nonnull-attribute:gsec_test_random_encrypt_decrypt
- nonnull-attribute:gsec_test_multiple_random_encrypt_decrypt
- nonnull-attribute:gsec_test_copy
- nonnull-attribute:gsec_test_encrypt_decrypt_test_vector
- alignment:absl::little_endian::Store64
- alignment:absl::little_endian::Load64
- float-divide-by-zero:grpc::testing::postprocess_scenario_result
- enum:grpc_op_string
- signed-integer-overflow:chrono
- enum:grpc_http2_error_to_grpc_status
- enum:grpc_chttp2_cancel_stream
- enum:api_fuzzer
- # TODO(juanlishen): Remove this supression after
- # https://github.com/GoogleCloudPlatform/layer-definitions/issues/531 is
- # addressed.
- alignment:grpc_core::XdsPriorityListUpdate::*
- # Benign pointer-overflow error in boringssl
- # (ref: https://github.com/openssl/openssl/issues/16816)
- pointer-overflow:mem_ctrl
- # https://github.com/protocolbuffers/upb/issues/452
- pointer-overflow:_upb_extreg_add
|