]> Cypherpunks repositories - gostls13.git/commit
gc: missed typecheck in subscripting a const string.
authorLuuk van Dijk <lvd@golang.org>
Mon, 23 Jan 2012 15:57:12 +0000 (16:57 +0100)
committerLuuk van Dijk <lvd@golang.org>
Mon, 23 Jan 2012 15:57:12 +0000 (16:57 +0100)
commit93c4e29605ac67f3e288463027c35609ddccc253
tree220386455a064373f054f333fc1323cbe0cf999d
parent5ad9e2db28a9058547983a85cfd2883788d5a704
gc: missed typecheck in subscripting a const string.

Fixes #2674.

R=rsc
CC=golang-dev
https://golang.org/cl/5574045
src/cmd/gc/walk.c
test/fixedbugs/bug399.go [new file with mode: 0644]