diff options
author | Jeremy Allison <jra@samba.org> | 2012-09-28 09:39:15 -0700 |
---|---|---|
committer | Jeremy Allison <jra@samba.org> | 2012-10-01 23:29:25 +0200 |
commit | 9f83968e1c201c1196fb4a9699b592bdfc718ea8 (patch) | |
tree | 9bf94c17c38d64c28bee95b0eda613794e2b0331 /source3/selftest | |
parent | aa6a7a97803b1106d2200c889a2260f81059c450 (diff) | |
download | samba-9f83968e1c201c1196fb4a9699b592bdfc718ea8.tar.gz samba-9f83968e1c201c1196fb4a9699b592bdfc718ea8.tar.bz2 samba-9f83968e1c201c1196fb4a9699b592bdfc718ea8.zip |
Add samba3.samba3badnameblob test to check regressions in bug #9215.
Bad name in SMB1 openX can cause a crash in iconv inside glibc.
Autobuild-User(master): Jeremy Allison <jra@samba.org>
Autobuild-Date(master): Mon Oct 1 23:29:25 CEST 2012 on sn-devel-104
Diffstat (limited to 'source3/selftest')
-rwxr-xr-x | source3/selftest/tests.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/selftest/tests.py b/source3/selftest/tests.py index b07b69086c..7168bfd327 100755 --- a/source3/selftest/tests.py +++ b/source3/selftest/tests.py @@ -281,7 +281,7 @@ raw = ["raw.acls", "raw.chkpath", "raw.close", "raw.composite", "raw.context", " "raw.samba3caseinsensitive", "raw.samba3posixtimedlock", "raw.samba3rootdirfid", "raw.sfileinfo.end-of-file", "raw.bench-oplock", "raw.bench-lock", "raw.bench-open", "raw.bench-tcon", - "raw.samba3checkfsp", "raw.samba3closeerr", "raw.samba3oplocklogoff"] + "raw.samba3checkfsp", "raw.samba3closeerr", "raw.samba3oplocklogoff", "raw.samba3badnameblob"] smb2 = smb4torture_testsuites("smb2.") |