]> Cypherpunks repositories - gostls13.git/commit
cmd/go: check for errors reading gccgo package list
authorIan Lance Taylor <iant@golang.org>
Wed, 14 Jun 2023 21:26:59 +0000 (14:26 -0700)
committerGopher Robot <gobot@golang.org>
Wed, 14 Jun 2023 22:09:07 +0000 (22:09 +0000)
commitda94586aa3767c38ccb625ac653e038bb842444a
treeee98fc995d9b80ef9fff1c6718c722b8bc8161d4
parentb01cd41b46eef0b7e60c6b1e84347a7ca9604224
cmd/go: check for errors reading gccgo package list

Previously if there was something invalid about the package list
cmd/go would crash rather than reporting a useful error.

For #60798

Change-Id: I502facf41442ab49217405b5b1874fff52a6d416
Reviewed-on: https://go-review.googlesource.com/c/go/+/503496
TryBot-Result: Gopher Robot <gobot@golang.org>
Run-TryBot: Ian Lance Taylor <iant@google.com>
Auto-Submit: Ian Lance Taylor <iant@google.com>
Run-TryBot: Ian Lance Taylor <iant@golang.org>
Reviewed-by: Bryan Mills <bcmills@google.com>
Reviewed-by: Ian Lance Taylor <iant@google.com>
src/cmd/go/internal/work/action.go