mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-21 20:40:05 +00:00
Fix decoding of canonical name in getaddrinfo.
This commit is contained in:
parent
c5be0f71d9
commit
86e9235918
@ -1,3 +1,8 @@
|
||||
2010-10-01 Andreas Schwab <schwab@redhat.com>
|
||||
|
||||
* sysdeps/posix/getaddrinfo.c (gaih_inet): Don't discard result of
|
||||
decoding ACE if AI_CANONIDN.
|
||||
|
||||
2011-01-18 Ulrich Drepper <drepper@gmail.com>
|
||||
|
||||
* elf/Makefile: Build IFUNC tests unless multi-arch = no.
|
||||
|
@ -965,6 +965,7 @@ gaih_inet (const char *name, const struct gaih_service *service,
|
||||
make a copy. */
|
||||
if (out == canon)
|
||||
goto make_copy;
|
||||
canon = out;
|
||||
}
|
||||
else
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user