From cae3620b2e8abbe35f0369a82d5461cb596475a3 Mon Sep 17 00:00:00 2001 From: Luke Leighton Date: Thu, 24 Jun 1999 18:58:08 +0000 Subject: safe string error reporting functions (found a potential buffer overflow of a pstrcpy into an fstring). (This used to be commit ac0060443de800fec9042b69b299ff2e9128a31c) --- source3/utils/torture.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source3/utils') diff --git a/source3/utils/torture.c b/source3/utils/torture.c index 2de9681031..3c872ea672 100644 --- a/source3/utils/torture.c +++ b/source3/utils/torture.c @@ -1223,9 +1223,9 @@ static void create_procs(int nprocs, int numops, void (*fn)(int )) create_procs(nprocs, numops, run_randomipc_nowait); /* + create_procs(nprocs, numops, run_randomipc); create_procs(nprocs, numops, run_connection); - create_procs(nprocs, numops, run_randomipc); run_fdpasstest(); run_locktest1(); -- cgit