]> Cypherpunks repositories - gostls13.git/commit
runtime: zeroize g->fnstart to not prevent GC of the closure
authorDmitriy Vyukov <dvyukov@google.com>
Mon, 20 May 2013 04:17:21 +0000 (08:17 +0400)
committerDmitriy Vyukov <dvyukov@google.com>
Mon, 20 May 2013 04:17:21 +0000 (08:17 +0400)
commit13081942042636c6ebeee837a25977f7fdf65f1e
tree8b127a3b403f2a9f27636f943b9403c6b9fdb3bc
parentd4cbc80d106a3f3b53631aa60b400c790b14bb52
runtime: zeroize g->fnstart to not prevent GC of the closure
Fixes #5493.

R=golang-dev, minux.ma, iant
CC=golang-dev
https://golang.org/cl/9557043
src/pkg/runtime/proc.c
test/fixedbugs/issue5493.go [new file with mode: 0644]