* nscd/nscd_getserv_r.c (nscd_getserv_r): Fix pastos.

* nscd/nscd_getserv_r.c (nscd_getserv_r): Fix pastos.
This commit is contained in:
Jakub Jelinek 2007-01-17 12:56:51 +00:00
parent b3acfdf792
commit 4a2e03c66c
2 changed files with 4 additions and 2 deletions

View File

@ -1,5 +1,7 @@
2007-01-17 Jakub Jelinek <jakub@redhat.com>
* nscd/nscd_getserv_r.c (nscd_getserv_r): Fix pastos.
* sysdeps/unix/sysv/linux/getdents.c (offsetof): Remove.
2007-01-17 Ulrich Drepper <drepper@redhat.com>

View File

@ -123,10 +123,10 @@ nscd_getserv_r (const char *crit, size_t critlen, const char *proto,
if (((uintptr_t) aliases_len & (__alignof__ (*aliases_len) - 1))
!= 0)
{
uint32_t *tmp = alloca (hst_resp->h_aliases_cnt
uint32_t *tmp = alloca (serv_resp->s_aliases_cnt
* sizeof (uint32_t));
aliases_len = memcpy (tmp, aliases_len,
hst_resp->h_aliases_cnt
serv_resp->s_aliases_cnt
* sizeof (uint32_t));
}
#endif