gogo/protobuf

proto: protect field access with lock to avoid possible data race

yanke-xu opened this issue · 0 comments

It seems the same root reason with the issue#768. There are two conflicting operations on the field "fields", and a data race may happen when the two functions which the two operations are located are called in parallel.