]> Cypherpunks repositories - gostls13.git/commit
runtime: always incorporate hash seed at start of hash computation
authorIan Lance Taylor <iant@golang.org>
Fri, 4 Jan 2013 15:53:42 +0000 (07:53 -0800)
committerIan Lance Taylor <iant@golang.org>
Fri, 4 Jan 2013 15:53:42 +0000 (07:53 -0800)
commit63bee953a2d3aea703de1f4980f557d2af645dc9
treeeffd8e5e201e594858f3139bb11cbb6c362b88b1
parentc09649890fd48f9854120999a109ba968596a021
runtime: always incorporate hash seed at start of hash computation

Otherwise we can get predictable collisions.

R=golang-dev, dave, patrick, rsc
CC=golang-dev
https://golang.org/cl/7051043
src/pkg/runtime/alg.c
src/pkg/runtime/iface.c
src/pkg/runtime/runtime.h