]> Cypherpunks repositories - gostls13.git/commit
slicecopy was always using 16 (sizeof slice) for the size instead of size of element.
authorRob Pike <r@golang.org>
Wed, 18 Nov 2009 21:43:48 +0000 (13:43 -0800)
committerRob Pike <r@golang.org>
Wed, 18 Nov 2009 21:43:48 +0000 (13:43 -0800)
commit7518613430e2162c251d6ad10c8c2859a5fe178e
tree6702b128921f799562df11ba99ed6597cabe369a
parentef8f483c60830a088d5fdc473621dc85a96efe40
slicecopy was always using 16 (sizeof slice) for the size instead of size of element.

R=rsc
CC=ken2, golang-dev
https://golang.org/cl/156083
src/cmd/gc/walk.c