svn commit: samba r19702 - in branches/SAMBA_3_0_RELEASE: . source/libads

jerry at samba.org jerry at samba.org
Tue Nov 14 14:49:35 GMT 2006


Author: jerry
Date: 2006-11-14 14:49:34 +0000 (Tue, 14 Nov 2006)
New Revision: 19702

WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=19702

Log:
pick Volker's coverity fix
Modified:
   branches/SAMBA_3_0_RELEASE/WHATSNEW.txt
   branches/SAMBA_3_0_RELEASE/source/libads/ldap.c


Changeset:
Modified: branches/SAMBA_3_0_RELEASE/WHATSNEW.txt
===================================================================
--- branches/SAMBA_3_0_RELEASE/WHATSNEW.txt	2006-11-13 21:24:52 UTC (rev 19701)
+++ branches/SAMBA_3_0_RELEASE/WHATSNEW.txt	2006-11-14 14:49:34 UTC (rev 19702)
@@ -1,6 +1,6 @@
                    ===============================
                    Release Notes for Samba 3.0.23d
-                             Nov 13, 2006
+                             Nov 14, 2006
                    ===============================
 
 This is the latest stable release of Samba. This is the version 

Modified: branches/SAMBA_3_0_RELEASE/source/libads/ldap.c
===================================================================
--- branches/SAMBA_3_0_RELEASE/source/libads/ldap.c	2006-11-13 21:24:52 UTC (rev 19701)
+++ branches/SAMBA_3_0_RELEASE/source/libads/ldap.c	2006-11-14 14:49:34 UTC (rev 19702)
@@ -1201,7 +1201,7 @@
 {
 	ADS_STATUS status;
 	void *res = NULL;
-	char *base, *wkn_dn, *ret = NULL, **wkn_dn_exp, **bind_dn_exp;
+	char *base, *wkn_dn = NULL, *ret = NULL, **wkn_dn_exp = NULL, **bind_dn_exp = NULL;
 	const char *attrs[] = {"distinguishedName", NULL};
 	int new_ln, wkn_ln, bind_ln, i;
 



More information about the samba-cvs mailing list