From 8e5acb6df0396e65712840f668b34ff4531ff126 Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Fri, 24 Sep 2004 06:56:11 +0000 Subject: r2589: a simple test to help find security related memory leaks. Run valgrind on smbd with --show-leak=yes and --show-reachable=yes to track them down. (This used to be commit 7b23624a0f50c29346e8b1c4057f1c21f3be6d5a) --- source4/torture/torture.c | 1 + 1 file changed, 1 insertion(+) (limited to 'source4/torture/torture.c') diff --git a/source4/torture/torture.c b/source4/torture/torture.c index e4729470dd..f6004ed428 100644 --- a/source4/torture/torture.c +++ b/source4/torture/torture.c @@ -4185,6 +4185,7 @@ static struct { {"BASE-OPENATTR", run_openattrtest, 0}, {"BASE-CHARSET", torture_charset, 0}, {"BASE-CHKPATH", torture_chkpath_test, 0}, + {"BASE-SECLEAK", torture_sec_leak, 0}, /* benchmarking tests */ {"BENCH-HOLDCON", torture_holdcon, 0}, -- cgit