mirror of
https://sourceware.org/git/glibc.git
synced 2025-07-29 11:41:21 +03:00
Update.
2004-11-09 Jakub Jelinek <jakub@redhat.com> * posix/regcomp.c (calc_eclosure_iter): Don't access dfa->edests[node].elems[0] if dfa->edests[node].nelem == 0. * posix/rxspencer/tests: Add 5 new tests.
This commit is contained in:
@ -610,8 +610,8 @@ getifaddrs (struct ifaddrs **ifap)
|
||||
{
|
||||
memcpy (&ifas[ifa_index].addr.s6.sin6_addr,
|
||||
rta_data, rta_payload);
|
||||
if (IN6_IS_ADDR_LINKLOCAL (rta_data) ||
|
||||
IN6_IS_ADDR_MC_LINKLOCAL (rta_data))
|
||||
if (IN6_IS_ADDR_LINKLOCAL (rta_data)
|
||||
|| IN6_IS_ADDR_MC_LINKLOCAL (rta_data))
|
||||
ifas[ifa_index].addr.s6.sin6_scope_id =
|
||||
ifam->ifa_index;
|
||||
}
|
||||
|
Reference in New Issue
Block a user