trailofbits / windows-acl

Rust crate to simplify Windows ACL operations
https://blog.trailofbits.com/2018/08/23/introducing-windows-acl-working-with-acls-in-rust/
MIT License
18 stars 7 forks source link

utils: call set_len on SID buffer before returning #14

Closed woodruffw closed 3 years ago

woodruffw commented 3 years ago

We set the capacity correctly, but never registered the actual length after a successful call.

Fixes #13.