]> Cypherpunks repositories - gostls13.git/commit
syscall: use internal/asan and internal/msan
authorMauri de Souza Meneguzzo <mauri870@gmail.com>
Sun, 25 Feb 2024 21:21:31 +0000 (21:21 +0000)
committerGopher Robot <gobot@golang.org>
Sun, 17 Mar 2024 15:57:54 +0000 (15:57 +0000)
commit0a6f05e30f58023bf45f747a79c20751db2bcfe7
treefb5baa857a2e30d24e456500bd6832730fea7ae3
parent68d3a9e417344c11426f158c7a6f3197a0890ff1
syscall: use internal/asan and internal/msan

Now with internal/asan and internal/msan available we can cleanup
syscall's duplicated definitions.

For #64611

Change-Id: If714d04ed2d32a4ed27305b3e3dc64ba8cdd1b61
GitHub-Last-Rev: e52fff1513bf74305d7abd142f71a60215bb93fc
GitHub-Pull-Request: golang/go#65935
Reviewed-on: https://go-review.googlesource.com/c/go/+/566755
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Auto-Submit: Ian Lance Taylor <iant@google.com>
Reviewed-by: qiulaidongfeng <2645477756@qq.com>
Reviewed-by: Ian Lance Taylor <iant@google.com>
Reviewed-by: Cherry Mui <cherryyz@google.com>
src/syscall/asan.go [deleted file]
src/syscall/asan0.go [deleted file]
src/syscall/msan.go [deleted file]
src/syscall/msan0.go [deleted file]
src/syscall/syscall_unix.go
src/syscall/syscall_windows.go