]> Cypherpunks repositories - gostls13.git/commit
cmd/cgo: add go:notinheap annotation to Windows handle types
authorElias Naur <mail@eliasnaur.com>
Wed, 15 Sep 2021 13:36:54 +0000 (14:36 +0100)
committerElias Naur <mail@eliasnaur.com>
Wed, 22 Sep 2021 18:10:24 +0000 (18:10 +0000)
commit635e49388bf746a2b8c7ab1e9026aede0eb88b31
tree9b1b562c485b828a8317418355fe2ff4f003a1d2
parente128749be88278768c50907ca87270b9d5e96eb5
cmd/cgo: add go:notinheap annotation to Windows handle types

Fixes #42018

Change-Id: I6a40f3effe860e67a45fca2e8ab86f3e9887ffee
Reviewed-on: https://go-review.googlesource.com/c/go/+/350070
Trust: Elias Naur <mail@eliasnaur.com>
Reviewed-by: Keith Randall <khr@golang.org>
Run-TryBot: Keith Randall <khr@golang.org>
misc/cgo/test/cgo_test.go
misc/cgo/test/issue42018.go [new file with mode: 0644]
misc/cgo/test/issue42018_windows.go [new file with mode: 0644]
src/cmd/cgo/gcc.go
src/cmd/cgo/out.go