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:41:02 +0000 (13:41 +0100)
commitee12d78cea5ed5f277f869151a918c8b606887e4
tree257da2f2d6c016b34611405a6166bf7614e5ca2b
parent7571b40f44e348f1b7d14f8747c9168bbd538444
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