From 7937840f9631fbaaab33bdbad67040b28f5d0387 Mon Sep 17 00:00:00 2001 From: "Jason A. Donenfeld" Date: Sat, 31 Aug 2019 07:48:42 -0600 Subject: ipc: windows: use protected prefix --- ipc/winpipe/sd.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ipc/winpipe') diff --git a/ipc/winpipe/sd.go b/ipc/winpipe/sd.go index 4456917..64728ba 100644 --- a/ipc/winpipe/sd.go +++ b/ipc/winpipe/sd.go @@ -33,4 +33,4 @@ func SddlToSecurityDescriptor(sddl string) ([]byte, error) { sd := make([]byte, getSecurityDescriptorLength(sdBuffer)) copy(sd, (*[0xffff]byte)(unsafe.Pointer(sdBuffer))[:len(sd)]) return sd, nil -} \ No newline at end of file +} -- cgit v1.2.3