commit | d149ce82af8d1891d5ebd5d4f968541240567c68 | [log] [tgz] |
---|---|---|
author | Zxilly <zxilly@outlook.com> | Wed Jul 17 05:34:55 2024 +0000 |
committer | Cherry Mui <cherryyz@google.com> | Wed Jul 17 19:24:10 2024 +0000 |
tree | 1501cb3e6053227fa116543e5ba14ce912ec208b | |
parent | e073febe901cecb3737c712b6d53a8c48684ffb5 [diff] |
[release-branch.go1.21] internal/bytealg: extend memchr result correctly on wasm The mem address should be regarded as uint32. Fixes #68474 Change-Id: Icee38d11f2d93eeca7d50b2e133159e321daeb90 GitHub-Last-Rev: c2568b104369bcf5c4d42c6281d235a52bb9675f GitHub-Pull-Request: golang/go#68400 Reviewed-on: https://go-review.googlesource.com/c/go/+/597955 Reviewed-by: Keith Randall <khr@google.com> Reviewed-by: Keith Randall <khr@golang.org> Reviewed-by: Cuong Manh Le <cuong.manhle.vn@gmail.com> Reviewed-by: Cherry Mui <cherryyz@google.com> LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com> (cherry picked from commit 90c6558b6acef5a9b9fb8f3c35cff58423c8b00e) Reviewed-on: https://go-review.googlesource.com/c/go/+/598995
Go is an open source programming language that makes it easy to build simple, reliable, and efficient software.
Gopher image by Renee French, licensed under Creative Commons 4.0 Attributions license.
Our canonical Git repository is located at https://go.googlesource.com/go. There is a mirror of the repository at https://github.com/golang/go.
Unless otherwise noted, the Go source files are distributed under the BSD-style license found in the LICENSE file.
Official binary distributions are available at https://go.dev/dl/.
After downloading a binary release, visit https://go.dev/doc/install for installation instructions.
If a binary distribution is not available for your combination of operating system and architecture, visit https://go.dev/doc/install/source for source installation instructions.
Go is the work of thousands of contributors. We appreciate your help!
To contribute, please read the contribution guidelines at https://go.dev/doc/contribute.
Note that the Go project uses the issue tracker for bug reports and proposals only. See https://go.dev/wiki/Questions for a list of places to ask questions about the Go language.