winacl icon indicating copy to clipboard operation
winacl copied to clipboard

winacl, a cross platforms Go library to work with ntSecurityDescriptor.

Results 1 winacl issues
Sort by recently updated
recently updated
newest added

A panic can sometimes occur when parsing a ill-formed ACE binary data: ``` panic: runtime error: slice bounds out of range [4:0] goroutine 1 [running]: github.com/TheManticoreProject/winacl/ace.(*AccessControlEntry).Unmarshal(0xc00016f3a8, {0xc0001a4b84, 0x44, 0x4c}) /root/go/pkg/mod/github.com/!the!manticore!project/[email protected]/ace/AccessControlEntry.go:45...

bug