mirror of
https://github.com/OMGeeky/advisory-db.git
synced 2026-02-23 15:38:27 +01:00
Fix some typos (#1593)
This commit is contained in:
@@ -25,7 +25,7 @@ provides, resulting in an out-of-bounds write and memory corruption.
|
||||
|
||||
The libc `getgrouplist` function takes an in/out parameter `ngroups`
|
||||
specifying the size of the group buffer. When the buffer is too small to
|
||||
hold all of the reqested user's group memberships, some libc
|
||||
hold all of the requested user's group memberships, some libc
|
||||
implementations, including glibc and Solaris libc, will modify `ngroups`
|
||||
to indicate the actual number of groups for the user, in addition to
|
||||
returning an error. The version of `nix::unistd::getgrouplist` in nix
|
||||
|
||||
Reference in New Issue
Block a user