]> asedeno.scripts.mit.edu Git - PuTTY.git/commit
If getaddrinfo() fails, it's not safe to dereference the struct addrinfo* it
authorBen Harris <bjh21@bjh21.me.uk>
Sat, 22 Jan 2005 15:19:21 +0000 (15:19 +0000)
committerBen Harris <bjh21@bjh21.me.uk>
Sat, 22 Jan 2005 15:19:21 +0000 (15:19 +0000)
commit258a87361aa4159f6000e4197401db9d4cdbae14
treec1c8a9c48cf483caf6cbf9ac276a78012d05b9a9
parent31133eb0775df1a9506e967462c8cc09463bb79a
If getaddrinfo() fails, it's not safe to dereference the struct addrinfo* it
passes back to us, so don't.

[originally from svn r5167]
unix/uxnet.c