From e6a9cc72556d02434ea58479d219c036ae6050ca Mon Sep 17 00:00:00 2001 From: Pratik Mankawde <3397372+pratikmankawde@users.noreply.github.com> Date: Thu, 11 Jun 2026 16:50:52 +0100 Subject: [PATCH] comment cleanup --- sanitizers/suppressions/ubsan.supp | 5 ----- 1 file changed, 5 deletions(-) diff --git a/sanitizers/suppressions/ubsan.supp b/sanitizers/suppressions/ubsan.supp index 0f12b58efd..9f145db940 100644 --- a/sanitizers/suppressions/ubsan.supp +++ b/sanitizers/suppressions/ubsan.supp @@ -71,13 +71,8 @@ vptr_check:boost vptr:boost # Google protobuf - intentional overflows in hash functions -# unsigned-integer-overflow is a separate check that is NOT part of the -# `undefined` group, so the `undefined:protobuf` line above does not cover it. -# Match protobuf broadly for this check (arena.cc unsigned negation, -# serial_arena.h pointer-size arithmetic). undefined:protobuf unsigned-integer-overflow:protobuf -unsigned-integer-overflow:google/protobuf/stubs/stringpiece.h # gRPC intentional overflows in timer calculations unsigned-integer-overflow:grpc