syscall: make new RtlGenRandom API internal and safe #43704
Labels
FrozenDueToAge
NeedsFix
The path to resolution is known, but the work has not been done.
release-blocker
Milestone
During the Go 1.16 API audit, @rsc and I noticed that the new Windows
syscall.RtlGenRandom
API is 1. needlessly unsafe, and 2. should be added tointernal/syscall/windows
instead becausesyscall
is frozen.This is release-blocker issue to track this.
/cc @zx2c4 @alexbrainman
The text was updated successfully, but these errors were encountered: