commit | 11451553df90dae7672c8fe6e1e869263bff4841 | [log] [tgz] |
---|---|---|
author | Alan Donovan <adonovan@google.com> | Mon Oct 27 13:55:52 2014 -0400 |
committer | Alan Donovan <adonovan@google.com> | Mon Oct 27 13:55:52 2014 -0400 |
tree | b74b4373cf5683a87bb0c0da0bde6178d31451e1 | |
parent | 818b91e9f2d469394c91b756301bb41f11384047 [diff] |
go/pointer: fix panic due to bogus constraint from value,ok receive operation. See regression test for explanation. I audited the code for similar issues and found none. Many thanks to Daniel Morsing for providing a small reproducible test case, a rarity for PTA bugs! Fixes golang/go#9002 LGTM=crawshaw R=crawshaw CC=daniel.morsing, golang-codereviews https://golang.org/cl/163350043