]> Cypherpunks repositories - gostls13.git/commit
runtime: remove paranoid mapping at 0
authorRuss Cox <rsc@golang.org>
Mon, 13 Dec 2010 21:57:35 +0000 (16:57 -0500)
committerRuss Cox <rsc@golang.org>
Mon, 13 Dec 2010 21:57:35 +0000 (16:57 -0500)
commit951318c0dfb73a4ea48a6c98187f70722aa7c557
tree59d29cebe1b6315348f9573a4317fc58a09688ef
parent2ef09148a0ca70bb6a164df0ee615adc137f071d
runtime: remove paranoid mapping at 0

Too many programs complain that we even try.
This was a bit of security paranoia and not worth
the bother.

Fixes #1340.

R=r, r2
CC=golang-dev
https://golang.org/cl/3579042
src/pkg/runtime/darwin/mem.c
src/pkg/runtime/freebsd/mem.c
src/pkg/runtime/linux/mem.c