From fe0d59377775b3f904171d5478a6922adf3eb070 Mon Sep 17 00:00:00 2001 From: Protobuf Team Bot Date: Mon, 6 Feb 2023 10:55:59 -0800 Subject: [PATCH] Fix use-of-uninitialized-value bug on invalid input for an extension missing a type_name. PiperOrigin-RevId: 507526663 --- src/google/protobuf/descriptor_unittest.cc | 1 + 1 file changed, 1 insertion(+) diff --git a/src/google/protobuf/descriptor_unittest.cc b/src/google/protobuf/descriptor_unittest.cc index 51f34753fb..1828d2c2a9 100644 --- a/src/google/protobuf/descriptor_unittest.cc +++ b/src/google/protobuf/descriptor_unittest.cc @@ -7105,6 +7105,7 @@ TEST_F(ValidationErrorTest, PackageTooLong) { "aaaaaaaa: NAME: Package name is too long\n"); } + // =================================================================== // DescriptorDatabase