Descriptionsync, sync/atomic: do not corrupt race detector after a nil dereference.
The race detector uses a global lock to analyze atomic
operations. A panic in the middle of the code leaves the
lock acquired.
Similarly, the sync package may leave the race detectro
inconsistent when methods are called on nil pointers.
Patch Set 1 #Patch Set 2 : diff -r b4351de48c51 https://go.googlecode.com/hg/ #Patch Set 3 : diff -r b4351de48c51 https://go.googlecode.com/hg/ #
Total comments: 1
Patch Set 4 : diff -r 7cd19e1a734a https://go.googlecode.com/hg/ #
Total comments: 1
Patch Set 5 : diff -r c3f5e38e7aa0 https://go.googlecode.com/hg/ #Patch Set 6 : diff -r e95933d23b2f https://go.googlecode.com/hg/ #
MessagesTotal messages: 25
|