]> Cypherpunks repositories - gostls13.git/commit
runtime: reset typed dangling pointer
authorDmitriy Vyukov <dvyukov@google.com>
Sun, 7 Apr 2013 03:00:45 +0000 (20:00 -0700)
committerDmitriy Vyukov <dvyukov@google.com>
Sun, 7 Apr 2013 03:00:45 +0000 (20:00 -0700)
commit77354c39f9b9b35537951c4d98868b88214bf8dd
tree1ab7015cb2b731c096e58cb189e24a96d7e435f7
parent44c4a0d1c495809c881ed3105f32d54a99a31741
runtime: reset typed dangling pointer
If for whatever reason seh points into Go heap region,
the dangling pointer will cause memory corruption during GC.
Update #5193.

R=golang-dev, alex.brainman, iant
CC=golang-dev
https://golang.org/cl/8402045
src/pkg/runtime/proc.c