mirror of https://github.com/golang/go.git
Merge 384b795dd8 into 49cdf0c42e
This commit is contained in:
commit
0d15887796
|
|
@ -175,7 +175,7 @@ func (p *Proc) Call(a ...uintptr) (uintptr, uintptr, error) {
|
|||
// LazyDLL is subject to the same DLL preloading attacks as documented
|
||||
// on [LoadDLL].
|
||||
//
|
||||
// Use LazyDLL in golang.org/x/sys/windows for a secure way to
|
||||
// Use NewLazySystemDLL in golang.org/x/sys/windows for a secure way to
|
||||
// load system DLLs.
|
||||
type LazyDLL struct {
|
||||
mu sync.Mutex
|
||||
|
|
|
|||
Loading…
Reference in New Issue