Re: getaddrinfo: fix crash on IRIX

2007-03-26 Thread Simon Josefsson
Bruno Haible <[EMAIL PROTECTED]> writes: > Hi Simon, > > On IRIX 6.5, the replacement getaddrinfo is used, and since the testsuite > exercises calling it will a hints = NULL pointer, it crashes in line 182. > > Here is a proposed patch. Hi Bruno. It looks fine, please install. /Simon > > 2007-

getaddrinfo: fix crash on IRIX

2007-03-25 Thread Bruno Haible
Hi Simon, On IRIX 6.5, the replacement getaddrinfo is used, and since the testsuite exercises calling it will a hints = NULL pointer, it crashes in line 182. Here is a proposed patch. 2007-03-25 Bruno Haible <[EMAIL PROTECTED]> * lib/getaddrinfo.c (getaddrinfo): Don't access hints->a