]> Cypherpunks repositories - gostls13.git/commit
runtime/cgo: clarify that C code must not retain pointer
authorIan Lance Taylor <iant@golang.org>
Thu, 6 Feb 2025 01:22:43 +0000 (17:22 -0800)
committerGopher Robot <gobot@golang.org>
Thu, 6 Feb 2025 13:37:51 +0000 (05:37 -0800)
commita8e532b0f234b3bbf7a1cdcd4213d154e82ba08e
tree7f775c1959a86df9e7e19ff7cea024405ec99d22
parent4cc7705e56be24d5719b59cb369ce4d40643983c
runtime/cgo: clarify that C code must not retain pointer

For #71566

Change-Id: I6dc365dd799d7b506b4a55895f1736d3dfd4684b
Reviewed-on: https://go-review.googlesource.com/c/go/+/647095
Reviewed-by: Alan Donovan <adonovan@google.com>
Reviewed-by: Ian Lance Taylor <iant@google.com>
Auto-Submit: Ian Lance Taylor <iant@google.com>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Commit-Queue: Ian Lance Taylor <iant@google.com>
src/runtime/cgo/handle.go