svn commit: samba r11625 - in branches/SAMBA_4_0/source/torture/local: .

tpot at samba.org tpot at samba.org
Thu Nov 10 03:37:49 GMT 2005


Author: tpot
Date: 2005-11-10 03:37:49 +0000 (Thu, 10 Nov 2005)
New Revision: 11625

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

Log:
NULL terminate list of strings.  For some reason this wasn't causing a
crash on i386 but was on ia64.

Modified:
   branches/SAMBA_4_0/source/torture/local/util_strlist.c


Changeset:
Modified: branches/SAMBA_4_0/source/torture/local/util_strlist.c
===================================================================
--- branches/SAMBA_4_0/source/torture/local/util_strlist.c	2005-11-10 03:01:21 UTC (rev 11624)
+++ branches/SAMBA_4_0/source/torture/local/util_strlist.c	2005-11-10 03:37:49 UTC (rev 11625)
@@ -29,6 +29,7 @@
 	"foo bar \"bla \"",
 	"foo \"\" bla",
 	"bla \"\"\"\" blie",
+	NULL
 };
 
 static BOOL test_lists_shell(TALLOC_CTX *mem_ctx)



More information about the samba-cvs mailing list