]> Cypherpunks.ru repositories - gostls13.git/commit
reflect: panic on New of go:notinheap type
authorIan Lance Taylor <iant@golang.org>
Fri, 9 Apr 2021 18:20:35 +0000 (11:20 -0700)
committerIan Lance Taylor <iant@golang.org>
Fri, 9 Apr 2021 23:54:31 +0000 (23:54 +0000)
commit554d2c4f060ec42e30970dacff1e782250169323
tree68702e526b7ccdc8c92f2e7fa306f10660e74a41
parent5305bdedb0be18c0636d2b4a707bf08228909c27
reflect: panic on New of go:notinheap type

For #42076
Fixes #45451

Change-Id: I69646226d3480d5403205412ddd13c0cfc2c8a53
Reviewed-on: https://go-review.googlesource.com/c/go/+/308970
Trust: Ian Lance Taylor <iant@golang.org>
Run-TryBot: Ian Lance Taylor <iant@golang.org>
TryBot-Result: Go Bot <gobot@golang.org>
Reviewed-by: Keith Randall <khr@golang.org>
misc/cgo/test/cgo_test.go
misc/cgo/test/test.go
src/reflect/value.go