Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove use of ngroups return value to size the buffer
As mentioned in the PR comments, we may want to dynamically detect if the runtime `libc` appears to be setting `ngroups` to the required buffer size, rather than hardcoding based on target OS. That may require a bit more conversation, and I think it's best to not tie up the buffer overrun fix in the meantime.
- Loading branch information