commit | db99b9b17c124ccd18766999d3f1302e5e878f38 | [log] [tgz] |
---|---|---|
author | Mauri de Souza Meneguzzo <mauri870@gmail.com> | Wed Feb 07 22:51:00 2024 +0000 |
committer | Cherry Mui <cherryyz@google.com> | Tue Feb 13 20:39:58 2024 +0000 |
tree | b8e4f2a1bd76b2c0e16a9f460d01937043d53db3 | |
parent | 1b541502c2aaaf3be073e79a9ea211a147c2e006 [diff] |
internal/asan: add new package The internal/asan package contains helper functions for manually instrumenting code for the address sanitizer. It reexports the asan routines in runtime unconditionally, making the functions a no-op if the build flag "asan" is not present. For #64611 Change-Id: Ie79e698aea7a6d969afd2a5f008c084c9545b1a5 GitHub-Last-Rev: e658670c146adb5a5496afe4a2425dd5291fd7ac GitHub-Pull-Request: golang/go#64635 Reviewed-on: https://go-review.googlesource.com/c/go/+/548695 Reviewed-by: Austin Clements <austin@google.com> Reviewed-by: Cherry Mui <cherryyz@google.com> LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
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.