mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-21 12:30:06 +00:00
nscd: Typo inside comment in netgroup cache
Reported-by: Jonathan Wakely <jwakely@redhat.com>
This commit is contained in:
parent
91695ee459
commit
552073e4b8
@ -522,7 +522,7 @@ addinnetgrX (struct database_dyn *db, int fd, request_header *req,
|
||||
if (__glibc_unlikely (dataset == NULL))
|
||||
{
|
||||
cacheable = false;
|
||||
/* The alloca is safe because nscd_run_worker verfies that
|
||||
/* The alloca is safe because nscd_run_worker verifies that
|
||||
key_len is not larger than MAXKEYLEN. */
|
||||
dataset = alloca (sizeof (*dataset) + req->key_len);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user