]> Cypherpunks repositories - gostls13.git/commit
runtime: round return value address in runtime.equal
authorShenghou Ma <minux.ma@gmail.com>
Wed, 1 Aug 2012 03:02:46 +0000 (23:02 -0400)
committerShenghou Ma <minux.ma@gmail.com>
Wed, 1 Aug 2012 03:02:46 +0000 (23:02 -0400)
commite07958f7dfde86fe9053e25793219d4807f4d74c
tree3694f8e5c8ffa82aeebc907950fa75656222bb89
parentf2b8f6b451667a2c8d1b3553ac7fb06de28e8181
runtime: round return value address in runtime.equal
     Fixes #3866.

R=rsc, r, nigeltao
CC=golang-dev
https://golang.org/cl/6452046
src/pkg/runtime/alg.c
test/fixedbugs/bug449.go [new file with mode: 0644]