]> Cypherpunks repositories - gostls13.git/commit
cmd/gc: fix overflow in array bounds calculation.
authorDaniel Morsing <daniel.morsing@gmail.com>
Sat, 1 Jun 2013 14:33:54 +0000 (16:33 +0200)
committerDaniel Morsing <daniel.morsing@gmail.com>
Sat, 1 Jun 2013 14:33:54 +0000 (16:33 +0200)
commitbf9a00bc8f048e2ca8d9d12d0bcf5dfc41505693
treed2414aa50d906c3220e7ff95d80d1462e5d8a912
parent5b7d422a05652893e27fc8393f9435ec2386bc83
cmd/gc: fix overflow in array bounds calculation.

Fixes #5609.

R=golang-dev, remyoudompheng, r
CC=golang-dev
https://golang.org/cl/9757045
src/cmd/gc/typecheck.c
test/fixedbugs/issue5609.go [new file with mode: 0644]