]> Cypherpunks repositories - gostls13.git/commit
runtime: clear Defer.fn before removing from the G.defer list
authorRuss Cox <rsc@golang.org>
Wed, 8 Oct 2014 04:03:50 +0000 (00:03 -0400)
committerRuss Cox <rsc@golang.org>
Wed, 8 Oct 2014 04:03:50 +0000 (00:03 -0400)
commit94bdf13497f8a72673d71cc4d4c1a6e05a35b2dc
tree143b292ede0ace6227f9e51d31bd47c66ce2e186
parentf950a14bb555938cd3878dd59cc447026e1108b9
runtime: clear Defer.fn before removing from the G.defer list

Should fix the remaining 'invalid heap pointer' build failures.

TBR=khr
CC=golang-codereviews
https://golang.org/cl/152360043
src/runtime/panic.go