aboutsummaryrefslogtreecommitdiff
path: root/src/internal/godebugs/table.go
diff options
context:
space:
mode:
authorqmuntal <quimmuntal@gmail.com>2024-03-11 18:16:16 +0100
committerQuim Muntal <quimmuntal@gmail.com>2024-03-13 19:10:34 +0000
commit418e6d559e80e9d53e4a4c94656e8fb4bf72b343 (patch)
treebd76a1f7ab9e3488f0ba64a7021f4787694ce04b /src/internal/godebugs/table.go
parent381ba9f64cce0e40889d0eec3efef4ca9bb0cf26 (diff)
downloadgo-418e6d559e80e9d53e4a4c94656e8fb4bf72b343.tar.xz
os,internal/godebugs: add missing IncNonDefault calls
Fixes #66215 Change-Id: Id7de15feabe08f66c048dc114c09494813c9febc Reviewed-on: https://go-review.googlesource.com/c/go/+/570695 Reviewed-by: Cherry Mui <cherryyz@google.com> LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com> Reviewed-by: Ian Lance Taylor <iant@google.com>
Diffstat (limited to 'src/internal/godebugs/table.go')
-rw-r--r--src/internal/godebugs/table.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/internal/godebugs/table.go b/src/internal/godebugs/table.go
index c11f708dd9..572fb72983 100644
--- a/src/internal/godebugs/table.go
+++ b/src/internal/godebugs/table.go
@@ -49,8 +49,8 @@ var All = []Info{
{Name: "tlsmaxrsasize", Package: "crypto/tls"},
{Name: "tlsrsakex", Package: "crypto/tls", Changed: 22, Old: "1"},
{Name: "tlsunsafeekm", Package: "crypto/tls", Changed: 22, Old: "1"},
- {Name: "winreadlinkvolume", Package: "os", Changed: 22, Old: "0", Opaque: true}, // bug #66215: remove Opaque
- {Name: "winsymlink", Package: "os", Changed: 22, Old: "0", Opaque: true}, // bug #66215: remove Opaque
+ {Name: "winreadlinkvolume", Package: "os", Changed: 22, Old: "0"},
+ {Name: "winsymlink", Package: "os", Changed: 22, Old: "0"},
{Name: "x509sha1", Package: "crypto/x509"},
{Name: "x509usefallbackroots", Package: "crypto/x509"},
{Name: "x509usepolicies", Package: "crypto/x509"},