Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Enable TSan validation to detect when a mutable accessor of a message…
… is called concurrently with another accessor on the same message, which is a data race. This is the third phase, in which we enable validation for string fields. PiperOrigin-RevId: 544078735
- Loading branch information