runtime: incorrect constant value for PROCESS_ALL_ACCESS #29176
Labels
compiler/runtime
Issues related to the Go compiler and/or runtime.
NeedsInvestigation
Someone must examine and confirm this is a valid issue and not a duplicate of an existing one.
Testing
An issue that has been verified to require only test changes, not just a test failure.
Milestone
go/src/runtime/syscall_windows_test.go
Line 815 in 01e072d
From winnt.h we can see that if we are running on a version of Windows greater than Vista,
0xFFFF
should be or-ed with theSTANDARD_RIGHTS_REQUIRED
andSYNCHRONIZE
flags.winnt.h#L11279
The text was updated successfully, but these errors were encountered: