go/src/cmd
Keith Randall 949eae84df [release-branch.go1.24] cmd/compile: don't pull constant offsets out of pointer arithmetic
This could lead to manufacturing a pointer that points outside
its original allocation.

Bug was introduced in CL 629858.

Fixes #71938

Change-Id: Ia86ab0b65ce5f80a8e0f4f4c81babd07c5904f8d
Reviewed-on: https://go-review.googlesource.com/c/go/+/652078
Reviewed-by: Keith Randall <khr@google.com>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Reviewed-by: Cherry Mui <cherryyz@google.com>
(cherry picked from commit 8b8bff7bb2)
Reviewed-on: https://go-review.googlesource.com/c/go/+/652855
2025-02-26 12:15:08 -08:00
..
addr2line
api cmd/api: report error in test instead of crashing 2025-01-14 10:06:18 -08:00
asm cmd/internal/obj/ppc64: support for decimal floating point instructions 2024-11-21 18:27:17 +00:00
buildid
cgo cmd/cgo: use full prototype for main in C code 2024-12-11 15:57:34 -08:00
compile [release-branch.go1.24] cmd/compile: don't pull constant offsets out of pointer arithmetic 2025-02-26 12:15:08 -08:00
covdata internal/coverage: refactor EmitTextual in preparation for bugfix 2025-01-17 08:40:47 -08:00
cover
dist crypto/internal/fips140: mark OpenBSD unsupported 2025-01-03 10:53:43 -08:00
distpack
doc
fix
go [release-branch.go1.24] cmd/go: initialize req.Header when loading git credential 2025-02-12 11:16:33 -08:00
gofmt
internal runtime: rename mapiterinit and mapiternext 2025-01-28 10:54:43 -08:00
link cmd/link/internal/loader: fix linknames from FIPS 140 frozen tree 2025-01-29 06:30:36 -08:00
nm
objdump cmd/internal/objfile: break out dissassemblers to another package 2024-12-11 08:53:20 -08:00
pack
pprof cmd/internal/objfile: break out dissassemblers to another package 2024-12-11 08:53:20 -08:00
preprofile cmd/preprofile: correct -V flag 2024-11-27 21:27:58 +00:00
relnote
test2json cmd/go: print build errors during go test -json in JSON 2024-11-17 14:32:05 +00:00
tools
trace cmd/trace: also show end stack traces 2024-11-27 06:35:34 +00:00
vendor cmd: update golang.org/x/tools to CL 645697, and revendor 2025-01-31 08:42:32 -08:00
vet cmd, go: fix some typos 2024-12-17 11:19:09 -08:00
README.vendor
go.mod cmd: update golang.org/x/tools to CL 645697, and revendor 2025-01-31 08:42:32 -08:00
go.sum cmd: update golang.org/x/tools to CL 645697, and revendor 2025-01-31 08:42:32 -08:00

README.vendor

See src/README.vendor for information on loading vendored packages
and updating the vendor directory.