From: Michael M. <mm...@as...> - 2003-07-15 16:16:43
|
The gethostbyaddr function implemented by beonss returns a NULL pointer in the h_aliases member of the hostent structure. I believe it should be returning a pointer to a NULL terminated array of alias strings. If there are no aliases, then the array only contains the NULL. Mike |