If getaddrinfo() fails, it's not safe to dereference the struct addrinfo* it
authorben <ben@cda61777-01e9-0310-a592-d414129be87e>
Sat, 22 Jan 2005 15:19:21 +0000 (15:19 +0000)
committerben <ben@cda61777-01e9-0310-a592-d414129be87e>
Sat, 22 Jan 2005 15:19:21 +0000 (15:19 +0000)
commitca9892ae355639490e73d485f01cf86c5204276d
treec1c8a9c48cf483caf6cbf9ac276a78012d05b9a9
parentab076e024dead93707ab637800ddcdad0a289e0a
If getaddrinfo() fails, it's not safe to dereference the struct addrinfo* it
passes back to us, so don't.

git-svn-id: svn://svn.tartarus.org/sgt/putty@5167 cda61777-01e9-0310-a592-d414129be87e
unix/uxnet.c