]> Cypherpunks repositories - gostls13.git/commit
cmd/compile: fix an internal crash in embed
authorRuss Cox <rsc@golang.org>
Wed, 30 Oct 2024 14:18:00 +0000 (10:18 -0400)
committerGopher Robot <gobot@golang.org>
Tue, 5 Nov 2024 18:54:20 +0000 (18:54 +0000)
commit1e740c766976afc944776c428837dce3e65e3705
tree5d74fc886891caa566e9de3de266fca891a790b5
parentd92e8fe25cd617257942e564c16ce367de46640b
cmd/compile: fix an internal crash in embed

Observed in the telemetry data. Was causing truncated error outputs.

Change-Id: I9f0a86e1e6caa855f97a3d6e51328c4c9685c937
Reviewed-on: https://go-review.googlesource.com/c/go/+/623535
Reviewed-by: Cherry Mui <cherryyz@google.com>
Reviewed-by: Cuong Manh Le <cuong.manhle.vn@gmail.com>
Reviewed-by: Robert Griesemer <gri@google.com>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Auto-Submit: Russ Cox <rsc@golang.org>
src/cmd/compile/internal/staticdata/embed.go
src/cmd/compile/testdata/script/embedbad.txt [new file with mode: 0644]