MozillaThunderbird/thunderbird-1.5.0.8-uninitalized-vars-232305.patch

11 lines
440 B
Diff

--- directory/c-sdk/ldap/libraries/libldap/os-ip.c 2002-04-02 09:44:45.000000000 +0200
+++ directory/c-sdk/ldap/libraries/libldap/os-ip.c.new 2007-01-30 18:10:39.270576000 +0100
@@ -554,6 +554,7 @@
#endif /* GETHOSTBYNAME_BUF_T */
connected = 0;
+ ldhpbuf_allocd = NULL;
parse_err = ldap_x_hostlist_first( hostlist, defport, &host, &port,
&status );
while ( !connected && LDAP_SUCCESS == parse_err && host != NULL ) {