commit | 9e1f76180b77a12eb07c82eb8e1ea8a7f8d202e7 | [log] [tgz] |
---|---|---|
author | aarzilli <alessandro.arzilli@gmail.com> | Thu Jul 28 20:13:37 2022 +0200 |
committer | Gopher Robot <gobot@golang.org> | Tue Sep 06 13:54:38 2022 +0000 |
tree | ba2f753c25c8c2acc7dec3001b90281a64eb3c32 | |
parent | d48e67d0026122f55f22f0df396e7a51d2b20fb9 [diff] |
x/sys/unix: use uintptr for tracee addresses on FreeBSD Change PtraceLwpInfoStruct, PtraceIoDesc and PtraceIO to not use *byte to represent addresses that belong to the traced process. Fixes golang/go#54113 Change-Id: I6efad26046b784d79b83fed4498cac93957274ca Reviewed-on: https://go-review.googlesource.com/c/sys/+/419915 TryBot-Result: Gopher Robot <gobot@golang.org> Run-TryBot: Michael Pratt <mpratt@google.com> Reviewed-by: Russ Cox <rsc@golang.org> Run-TryBot: Russ Cox <rsc@golang.org> Auto-Submit: Russ Cox <rsc@golang.org>
This repository holds supplemental Go packages for low-level interactions with the operating system.
The easiest way to install is to run go get -u golang.org/x/sys
. You can also manually git clone the repository to $GOPATH/src/golang.org/x/sys
.
This repository uses Gerrit for code changes. To learn how to submit changes to this repository, see https://golang.org/doc/contribute.html.
The main issue tracker for the sys repository is located at https://github.com/golang/go/issues. Prefix your issue with “x/sys:” in the subject line, so it is easy to find.