Skip to content

Commit

Permalink
Thanks, C++
Browse files Browse the repository at this point in the history
  • Loading branch information
jchadwick-buf committed Sep 5, 2024
1 parent cf72e66 commit ab3d16e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion buf/validate/internal/cel_rules.h
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ absl::Status BuildCelRules(
CelConstraintRules& result) {
// Look for constraints on the set fields.
std::vector<const google::protobuf::FieldDescriptor*> fields;
google::protobuf::Message* reparsedRules;
google::protobuf::Message* reparsedRules{};
if (messageFactory) {
reparsedRules = messageFactory->messageFactory()
->GetPrototype(messageFactory->descriptorPool()->FindMessageTypeByName(
Expand Down

0 comments on commit ab3d16e

Please sign in to comment.