]> Cypherpunks repositories - gostls13.git/commit
cmd/ld: fix 'use after free' error in new obj code
authorRuss Cox <rsc@golang.org>
Tue, 12 Mar 2013 21:57:13 +0000 (17:57 -0400)
committerRuss Cox <rsc@golang.org>
Tue, 12 Mar 2013 21:57:13 +0000 (17:57 -0400)
commitf7ad816c5c13d334f1c0d350041e95cb507e47bc
tree94bf2c90b4c182a763c5f3b6fe8627137bfa9080
parent5dc1e0f245193eed6e2967ac4eaeb794172ad69b
cmd/ld: fix 'use after free' error in new obj code

Many thanks to Elias Naur for finding this with Valgrind on Linux.
Perhaps this is what is breaking the windows/amd64 builder.

R=golang-dev, r
CC=golang-dev
https://golang.org/cl/7595044
src/cmd/ld/lib.c