]> Cypherpunks repositories - gostls13.git/commit
runtime: migrate missing map linkname allowlists
authorMichael Pratt <mpratt@google.com>
Fri, 13 Dec 2024 15:26:50 +0000 (10:26 -0500)
committerGopher Robot <gobot@golang.org>
Fri, 13 Dec 2024 15:53:26 +0000 (07:53 -0800)
commit8391579ecea7dede2f2c1dc79954131e1eae1ade
treeb71b1eeca558cff641d9265db774097ded45920f
parent80a2982a801eaedc416d59801ac8fefcf1e4acf5
runtime: migrate missing map linkname allowlists

The swissmap implementation forgot to copy some of the linkname
allowlists from the old implementation. Copy them from map_noswiss.go.
Some were missing linkname entirely; others were linknamed but missing
the hall of shame comment.

For #54766.

Change-Id: Icc715384123e73d868b4cb729ab639abcd6bbfd7
Reviewed-on: https://go-review.googlesource.com/c/go/+/635995
Reviewed-by: Cherry Mui <cherryyz@google.com>
Auto-Submit: Michael Pratt <mpratt@google.com>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
src/runtime/map_swiss.go