Fix uninit-var bug in tcpip_straddr.
authorAdam Dickmeiss <adam@indexdata.dk>
Thu, 3 Dec 2009 12:36:29 +0000 (13:36 +0100)
committerAdam Dickmeiss <adam@indexdata.dk>
Thu, 3 Dec 2009 12:36:29 +0000 (13:36 +0100)
commit6de1fc194bd1ee04e1468d251df3a582c25658ad
tree20b1e31b49b9a568b1242dd38f579367750ad1b2
parenta6926807be8fe26dde141c94df505ad9444f294c
Fix uninit-var bug in tcpip_straddr.

A local variable ai was uninitialized in the case of getaddrinfo
failing. It is not set to 0 (NULL) as it should. This bug was
introduced in YAZ 3.0.51 when a leak for getaddrinfo resources
was fixed.
src/tcpip.c