summaryrefslogtreecommitdiff
path: root/source4/torture/torture.c
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2004-09-24 06:56:11 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 12:59:09 -0500
commit8e5acb6df0396e65712840f668b34ff4531ff126 (patch)
tree9602920e09d0fbf43591e9f65c91e9e7f897db64 /source4/torture/torture.c
parent3e54089bc1f3c75b1bb7f72f3fa2e458de98295e (diff)
downloadsamba-8e5acb6df0396e65712840f668b34ff4531ff126.tar.gz
samba-8e5acb6df0396e65712840f668b34ff4531ff126.tar.bz2
samba-8e5acb6df0396e65712840f668b34ff4531ff126.zip
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)
Diffstat (limited to 'source4/torture/torture.c')
-rw-r--r--source4/torture/torture.c1
1 files changed, 1 insertions, 0 deletions
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},