From 16a9bfd33f52cb398c6d3d3472d9dbe53927370d Mon Sep 17 00:00:00 2001 From: Tim Potter Date: Thu, 10 Nov 2005 03:37:49 +0000 Subject: r11625: NULL terminate list of strings. For some reason this wasn't causing a crash on i386 but was on ia64. (This used to be commit 12c77bb2e17ef3cb3264da86852832dffb5474c1) --- source4/torture/local/util_strlist.c | 1 + 1 file changed, 1 insertion(+) (limited to 'source4/torture/local/util_strlist.c') diff --git a/source4/torture/local/util_strlist.c b/source4/torture/local/util_strlist.c index eb1de2b7c1..bf888da797 100644 --- a/source4/torture/local/util_strlist.c +++ b/source4/torture/local/util_strlist.c @@ -29,6 +29,7 @@ static const char *test_lists_shell_strings[] = { "foo bar \"bla \"", "foo \"\" bla", "bla \"\"\"\" blie", + NULL }; static BOOL test_lists_shell(TALLOC_CTX *mem_ctx) -- cgit