Descriptionruntime: fix data race in findfunc()
The data race can lead to reads of partially
initialized concurrently mutated symbol data.
The change also adds a simple sanity test
for Caller() and FuncForPC().
Patch Set 1 #Patch Set 2 : diff -r c0e0030f5308 https://go.googlecode.com/hg/ #Patch Set 3 : diff -r c0e0030f5308 https://go.googlecode.com/hg/ #Patch Set 4 : diff -r c0e0030f5308 https://go.googlecode.com/hg/ #Patch Set 5 : diff -r 9c32561a8704 https://go.googlecode.com/hg/ #
MessagesTotal messages: 4
|