[Bug 4916] gethostbyname fails with Segmentation fault in special conditions

bugzilla at busybox.net bugzilla at busybox.net
Tue Apr 17 16:50:56 UTC 2012


https://bugs.busybox.net/show_bug.cgi?id=4916

Bernhard Reutner-Fischer <aldot at uclibc.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |FIXED

--- Comment #2 from Bernhard Reutner-Fischer <aldot at uclibc.org> 2012-04-17 16:50:55 UTC ---
Should be fixed on master in dcb6ac13546486099fd1c5fb83771cb69f2a16b7
Please confirm.

Note that we default to a maximum of 4 aliases.
So
1.1.1.1  canonname1 alias1 alias2 alias3 aaaaaaaaaaaaaaaaaaaaa.com concated7
will be seen as "aaaaaaaaaaaaaaaaaaaaa.com concated7" and thus go to a remote
server (and fail there).

Perhaps we should either raise that to, let's say, 8 or make it configurable
more easily..

-- 
Configure bugmail: https://bugs.busybox.net/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.


More information about the uClibc-cvs mailing list