Paul Eggert wrote:
mwoehlke <[EMAIL PROTECTED]> writes:
That said, given the address when I set a breakpoint there, I am
guessing it is the system getaddrinfo?

Yes, that's right.  I installed the following patch; does it fix
things for you?

-      retval = strdup (res->ai_canonname);
+      retval = strdup (res->ai_canonname ? res->ai_canonname : host);

Yes, at least as far as '$ pinky' no longer SIGBUS's. I couldn't figure out how to re-run it's 'make check' (I tried 'make TESTS=pinky check' and 'make SUBDIRS='). BTW 'help-version' passes now; no real surprise as obviously pinky was why it broke before.

--
Matthew
The hippo made me do it! What? What do you mean you can't see the hippo?



Reply via email to