]> Cypherpunks.ru repositories - gostls13.git/commit
runtime: check only up to ptrdata bytes for pointers
authorIan Lance Taylor <iant@golang.org>
Wed, 18 May 2016 20:19:24 +0000 (13:19 -0700)
committerIan Lance Taylor <iant@golang.org>
Wed, 18 May 2016 23:39:06 +0000 (23:39 +0000)
commit538537a28dc956f069b83e3f1966683901205331
treeda450c0aab09599db5fd909227478a38221bfdb7
parentebbe4f8db76b947663cc535602054c84b01b080d
runtime: check only up to ptrdata bytes for pointers

Fixes #14508.

Change-Id: I237d0c5a79a73e6c97bdb2077d8ede613128b978
Reviewed-on: https://go-review.googlesource.com/23224
Run-TryBot: Ian Lance Taylor <iant@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Austin Clements <austin@google.com>
misc/cgo/errors/ptr.go
src/runtime/cgocheck.go