From 6dd01604c15809308e2a03e431447c3627d797ee Mon Sep 17 00:00:00 2001 From: Protobuf Team Bot Date: Fri, 5 Jun 2026 00:47:43 -0700 Subject: [PATCH] Internal change PiperOrigin-RevId: 927128573 --- src/google/protobuf/wire_format_lite.cc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/google/protobuf/wire_format_lite.cc b/src/google/protobuf/wire_format_lite.cc index add6d5933a41c..d8e94702db9ae 100644 --- a/src/google/protobuf/wire_format_lite.cc +++ b/src/google/protobuf/wire_format_lite.cc @@ -218,7 +218,8 @@ bool WireFormatLite::SkipField(io::CodedInputStream* input, uint32_t tag, } } -bool WireFormatLite::SkipMessage(io::CodedInputStream* input) { +__attribute__((annotate("smoothie_codesign"))) bool WireFormatLite::SkipMessage( + io::CodedInputStream* input) { while (true) { uint32_t tag = input->ReadTag(); if (tag == 0) {