]> Cypherpunks repositories - gostls13.git/commit
gc: do not try to add a key with incorrect type to a hash
authorJeff R. Allen <jra@nella.org>
Fri, 20 Jan 2012 18:34:38 +0000 (13:34 -0500)
committerRuss Cox <rsc@golang.org>
Fri, 20 Jan 2012 18:34:38 +0000 (13:34 -0500)
commit46e7cb57c951724630a722c55cda684889a7123b
tree3825721f02c1c857729853a72fe64c39e3b5ea93
parent541978af0a877232587f5e9cd1c51ecc2cfdb58b
gc: do not try to add a key with incorrect type to a hash

Fixes #2623.

R=rsc, bradfitz
CC=golang-dev
https://golang.org/cl/5533043
src/cmd/gc/typecheck.c
test/fixedbugs/bug397.go [new file with mode: 0644]