]> Cypherpunks repositories - gostls13.git/commit
runtime: detect stack split after fork
authorDmitriy Vyukov <dvyukov@google.com>
Thu, 13 Mar 2014 13:41:08 +0000 (17:41 +0400)
committerDmitriy Vyukov <dvyukov@google.com>
Thu, 13 Mar 2014 13:41:08 +0000 (17:41 +0400)
commite678ab4e375659fea86b17557c23673033cf897c
tree4572fb56152de8e44ae6482a9a45cd2743220ecd
parent156962872575382697a0487030cd5777312d6d0c
runtime: detect stack split after fork
This check would allowed to easily prevent issue 7511.
Update #7511

LGTM=rsc
R=rsc, aram
CC=golang-codereviews
https://golang.org/cl/75260043
src/pkg/runtime/proc.c
src/pkg/runtime/runtime.h
src/pkg/runtime/stack.c