staticanalysis / data-race-test

Automatically exported from code.google.com/p/data-race-test
0 stars 0 forks source link

Go: hashmap iteration with range must be treated as read access to the map #82

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Currently it is treated as write access to the map. See:
https://groups.google.com/forum/#!topic/golang-nuts/yuQxZolCmbA

Original issue reported on code.google.com by dvyu...@google.com on 16 Jan 2012 at 11:58

GoogleCodeExporter commented 9 years ago

Original comment by mpime...@google.com on 16 Jan 2012 at 4:29