]> Cypherpunks repositories - gostls13.git/commit
unsafe: clarify when String bytes can be modified
authorIan Lance Taylor <iant@golang.org>
Sat, 6 Jul 2024 21:42:16 +0000 (14:42 -0700)
committerGopher Robot <gobot@golang.org>
Mon, 8 Jul 2024 00:05:18 +0000 (00:05 +0000)
commit6d89b38ed86e0bfa0ddaba08dc4071e6bb300eea
tree54d6783c3d52dc669684594fda4135df6886bc30
parent5565462a866af6d882d1f367ae5611260ad07b79
unsafe: clarify when String bytes can be modified

They can be modified when the string returned by String no longer exists.

Fixes #68300

Change-Id: I526a068151f7aad1ab6827504b51a84e7399cafe
Reviewed-on: https://go-review.googlesource.com/c/go/+/596955
Reviewed-by: Keith Randall <khr@google.com>
Reviewed-by: Keith Randall <khr@golang.org>
Reviewed-by: Than McIntosh <thanm@google.com>
Commit-Queue: Ian Lance Taylor <iant@golang.org>
Auto-Submit: Ian Lance Taylor <iant@golang.org>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
src/unsafe/unsafe.go