mirror of
https://github.com/protocolbuffers/protobuf-go.git
synced 2025-01-29 09:32:38 +00:00
fe89159266
Before this change there was a data race if you initialized the descriptor of a message in parallel to the descriptor of any extension of that message because the extendees feature set is read during the initialization of the extension. Change-Id: Id896b9fbf848209fce7dae8a7f40e2d61a3b2825 Reviewed-on: https://go-review.googlesource.com/c/protobuf/+/568695 LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com> Reviewed-by: Michael Stapelberg <stapelberg@google.com>