]> Cypherpunks repositories - gostls13.git/commit
cmd/cgo: avoid endless recursion on recursive type
authorIan Lance Taylor <iant@golang.org>
Fri, 30 Aug 2024 22:44:02 +0000 (15:44 -0700)
committerGopher Robot <gobot@golang.org>
Fri, 4 Oct 2024 18:07:31 +0000 (18:07 +0000)
commitf22afc584455081d518bbb2bd86737eeaf76a276
tree0bdcd7546574f372e52f7c17d4228488bee27192
parent065c1359e1bc3d6744a925339484592b13d713dd
cmd/cgo: avoid endless recursion on recursive type

Fixes #69176

Change-Id: I2e3b2a7cf7699697b957fc69ecf5200ebb137bc3
Reviewed-on: https://go-review.googlesource.com/c/go/+/609975
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Reviewed-by: Ian Lance Taylor <iant@google.com>
Commit-Queue: Ian Lance Taylor <iant@google.com>
Auto-Submit: Ian Lance Taylor <iant@google.com>
Reviewed-by: Cherry Mui <cherryyz@google.com>
src/cmd/cgo/internal/testerrors/errors_test.go
src/cmd/cgo/internal/testerrors/testdata/issue69176.go [new file with mode: 0644]
src/cmd/cgo/out.go