Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Reduce the type assumption on credential types while deserializing
Despite using proper types for uid/gid, the deserialization was still assuming uint32_t. This patch uses the OS's type (assuming it's 32 bits long.) This also removes the sketchy reinterpret_cast.
- Loading branch information