Fix use-of-uninitialized-value bug on invalid input for an extension missing a type_name.

PiperOrigin-RevId: 507526663
pull/11820/head
Protobuf Team Bot 2 years ago committed by Copybara-Service
parent d1b86601a2
commit fe0d593777
  1. 1
      src/google/protobuf/descriptor_unittest.cc

@ -7105,6 +7105,7 @@ TEST_F(ValidationErrorTest, PackageTooLong) {
"aaaaaaaa: NAME: Package name is too long\n");
}
// ===================================================================
// DescriptorDatabase

Loading…
Cancel
Save