Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fix decoding of canonical name in getaddrinfo.
  • Loading branch information
Ulrich Drepper committed Jan 19, 2011
1 parent c5be0f7 commit 86e9235
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
5 changes: 5 additions & 0 deletions ChangeLog
@@ -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.
Expand Down
1 change: 1 addition & 0 deletions sysdeps/posix/getaddrinfo.c
Expand Up @@ -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
Expand Down

0 comments on commit 86e9235

Please sign in to comment.