]> Cypherpunks repositories - gostls13.git/commit
runtime: add GODEBUG invalidptr setting
authorRuss Cox <rsc@golang.org>
Wed, 29 Oct 2014 01:53:31 +0000 (21:53 -0400)
committerRuss Cox <rsc@golang.org>
Wed, 29 Oct 2014 01:53:31 +0000 (21:53 -0400)
commit8fcdc70c5ebf9c8d160b85e9402e7db5f4bf0793
tree8cadab21060a7e9cc7b79b10aea00ced0ec2c34e
parentc4efaac15daac5e15092532dcc7ca9c30a0e0fbc
runtime: add GODEBUG invalidptr setting

Fixes #8861.
Fixes #8911.

LGTM=r
R=r
CC=golang-codereviews
https://golang.org/cl/165780043
src/runtime/extern.go
src/runtime/mgc0.c
src/runtime/runtime.c
src/runtime/runtime.h
src/runtime/stack.c