]> Cypherpunks repositories - gostls13.git/commit
gc: fix unsafe.Sizeof
authorRuss Cox <rsc@golang.org>
Tue, 10 May 2011 21:00:15 +0000 (17:00 -0400)
committerRuss Cox <rsc@golang.org>
Tue, 10 May 2011 21:00:15 +0000 (17:00 -0400)
commit3f335f80b46d0a8fbaf8c3c56011e37c959ccf35
tree1a2f816ee509ceeaf0f7f564a64b8be651fe15be
parent0389051aac628de7a5a93fb2a7e107bb2daba9b0
gc: fix unsafe.Sizeof

Fixes #1608.
Fixes #1787.

R=ken2
CC=golang-dev
https://golang.org/cl/4530045
src/cmd/gc/unsafe.c
test/fixedbugs/bug338.go [new file with mode: 0644]
test/fixedbugs/bug339.go [new file with mode: 0644]