Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings
/sysPublic

Commit23b0dab

Browse files
mateusz834gopherbot
authored andcommitted
unix: mark vgetrandom as non-escaping
Forgolang/go#69577Change-Id: Id1942d252c813126aa2f110e3f426714db73b9c7GitHub-Last-Rev:10e6a30GitHub-Pull-Request:#220Reviewed-on:https://go-review.googlesource.com/c/sys/+/616795Reviewed-by: Ian Lance Taylor <iant@google.com>Auto-Submit: Ian Lance Taylor <iant@google.com>LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>Reviewed-by: Michael Knyszek <mknyszek@google.com>Reviewed-by: Jason Donenfeld <Jason@zx2c4.com>
1 parentcbf0eb6 commit23b0dab

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

‎unix/vgetrandom_linux.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,5 @@ package unix
99
import _"unsafe"
1010

1111
//go:linkname vgetrandom runtime.vgetrandom
12+
//go:noescape
1213
funcvgetrandom(p []byte,flagsuint32) (retint,supportedbool)

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp