]> Cypherpunks repositories - gostls13.git/commit
syscall: revert security_windows.go change of CL 201877
authorCuong Manh Le <cuong.manhle.vn@gmail.com>
Tue, 29 Oct 2019 16:02:14 +0000 (23:02 +0700)
committerAlex Brainman <alex.brainman@gmail.com>
Thu, 7 Nov 2019 09:32:43 +0000 (09:32 +0000)
commit3b1ae308a40d4548f7dab84d22e62838fcdbb354
tree656fe05bff5708e30b28f425ee0c42b646aee07c
parent7a2baa9c48601e65bc8c8ed99d57a0d214b779ef
syscall: revert security_windows.go change of CL 201877

This CL was verified by running:

go test -gcflags=all=-d=checkptr=2 internal/syscall/windows

internal/syscall/windows.TestRunAtLowIntegrity uses code in question.

Updates #34972

Change-Id: I434530058e2d41f132e9bf154e8c64c03894e9c4
Reviewed-on: https://go-review.googlesource.com/c/go/+/204117
Run-TryBot: Cuong Manh Le <cuong.manhle.vn@gmail.com>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
src/syscall/security_windows.go