-
Notifications
You must be signed in to change notification settings - Fork 17.9k
Comparing changes
Open a pull request
base repository: golang/go
base: go1.21.9
head repository: golang/go
compare: go1.21.10
- 6 commits
- 8 files changed
- 5 contributors
Commits on Apr 3, 2024
-
[release-branch.go1.21] all: tidy dependency versioning after release
Done with: go get golang.org/x/[email protected] go mod tidy go mod vendor go generate net/http # zero diff since CL 576075 already did this For CVE-2023-45288. For #65051. For #65387. Change-Id: I336670bdb3df2496c1e8d322c20794042fbc0d02 Reviewed-on: https://go-review.googlesource.com/c/go/+/576275 TryBot-Bypass: Dmitri Shuralyov <[email protected]> Reviewed-by: Than McIntosh <[email protected]> Reviewed-by: Dmitri Shuralyov <[email protected]> Auto-Submit: Dmitri Shuralyov <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 7450117 - Browse repository at this point
Copy the full SHA 7450117View commit details
Commits on Apr 12, 2024
-
[release-branch.go1.21] net/http: update bundled golang.org/x/net/http2
Pull in CL 578336: ef58d90f http2: send correct LastStreamID in stream-caused GOAWAY For #66668. Fixes #66697. Change-Id: I91fc8a67f21fadcb1801ff29d5e2b0453db89617 Reviewed-on: https://go-review.googlesource.com/c/go/+/578357 Reviewed-by: Carlos Amedee <[email protected]> Reviewed-by: Dmitri Shuralyov <[email protected]> LUCI-TryBot-Result: Go LUCI <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 891ac91 - Browse repository at this point
Copy the full SHA 891ac91View commit details
Commits on May 6, 2024
-
[release-branch.go1.21] cmd/compile: don't combine loads in generated…
… equality functions ... if the architecture can't do unaligned loads. We already handle this in a few places, but this particular place was added in CL 399542 and missed this additional restriction. Fixes #67164 Change-Id: I45988f11ff3ed45df1c4da3f0931ab1fdb22dbfe Reviewed-on: https://go-review.googlesource.com/c/go/+/583175 Reviewed-by: Cuong Manh Le <[email protected]> Auto-Submit: Keith Randall <[email protected]> Reviewed-by: Keith Randall <[email protected]> LUCI-TryBot-Result: Go LUCI <[email protected]> Reviewed-by: Derek Parker <[email protected]> Reviewed-by: Cherry Mui <[email protected]> (cherry picked from commit 3c72dd5) Reviewed-on: https://go-review.googlesource.com/c/go/+/583303
Configuration menu - View commit details
-
Copy full SHA for 58e77ad - Browse repository at this point
Copy the full SHA 58e77adView commit details -
[release-branch.go1.21] Revert "cmd/compile: don't combine loads in g…
…enerated equality functions" This reverts CL 583303. Reason for revert: release branch is currently frozen. Change-Id: Icbdb73b5b40690a875497dd0dc57ca84c728ef6f Reviewed-on: https://go-review.googlesource.com/c/go/+/582961 LUCI-TryBot-Result: Go LUCI <[email protected]> Reviewed-by: Dmitri Shuralyov <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 78d89b2 - Browse repository at this point
Copy the full SHA 78d89b2View commit details
Commits on May 7, 2024
-
[release-branch.go1.21] cmd/go: disallow -lto_library in LDFLAGS
The darwin linker allows setting the LTO library with the -lto_library flag. This wasn't caught by our "safe linker flags" check because it was covered by the -lx flag used for linking libraries. This change adds a specific check for excluded flags which otherwise satisfy our existing checks. Loading a mallicious LTO library would allow an attacker to cause the linker to execute abritrary code when "go build" was called. Thanks to Juho Forsén of Mattermost for reporting this issue. Fixes #67119 Fixes #67121 Fixes CVE-2024-24787 Change-Id: I77ac8585efbdbdfd5f39c39ed623b9408a0f9eaf Reviewed-on: https://go-internal-review.googlesource.com/c/go/+/1380 Reviewed-by: Russ Cox <[email protected]> Reviewed-by: Damien Neil <[email protected]> (cherry picked from commit 9a79141fbbca1105e5c786f15e38741ca7843290) Reviewed-on: https://go-internal-review.googlesource.com/c/go/+/1401 Reviewed-by: Tatiana Bradley <[email protected]> Reviewed-on: https://go-review.googlesource.com/c/go/+/583795 Reviewed-by: David Chase <[email protected]> LUCI-TryBot-Result: Go LUCI <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for a79ea27 - Browse repository at this point
Copy the full SHA a79ea27View commit details -
[release-branch.go1.21] go1.21.10
Change-Id: I655ab537d86a2ec71634a2f4ca5d520834de9fda Reviewed-on: https://go-review.googlesource.com/c/go/+/583857 Auto-Submit: Gopher Robot <[email protected]> Reviewed-by: Cherry Mui <[email protected]> Reviewed-by: David Chase <[email protected]> LUCI-TryBot-Result: Go LUCI <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 752b009 - Browse repository at this point
Copy the full SHA 752b009View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff go1.21.9...go1.21.10