summaryrefslogtreecommitdiff
path: root/selftest
diff options
context:
space:
mode:
authorJeremy Allison <jra@samba.org>2022-10-18 16:22:33 -0700
committerRalph Boehme <slow@samba.org>2022-11-17 04:58:28 +0000
commit17a110c1b58196eb8ecf3c76eb97e8508976c544 (patch)
tree93c809fc58300747851b2cf2b4613e4e92125b3b /selftest
parentf6284877ce07fc5ddf4f4e2d824013b645d6e12c (diff)
downloadsamba-17a110c1b58196eb8ecf3c76eb97e8508976c544.tar.gz
s4: torture: Add an async SMB2_OP_FLUSH + SMB2_OP_CLOSE test to smb2.compound_async.
Shows we fail sending an SMB2_OP_FLUSH + SMB2_OP_CLOSE compound. Internally the flush goes async and we free the req, then we process the close. When the flush completes it tries to access already freed data. Found using the Apple MacOSX client at SNIA SDC 2022. Add knownfail. BUG: https://bugzilla.samba.org/show_bug.cgi?id=15172 Signed-off-by: Jeremy Allison <jra@samba.org> Reviewed-by: Ralph Boehme <slow@samba.org>
Diffstat (limited to 'selftest')
-rw-r--r--selftest/knownfail.d/compound_async1
1 files changed, 1 insertions, 0 deletions
diff --git a/selftest/knownfail.d/compound_async b/selftest/knownfail.d/compound_async
new file mode 100644
index 00000000000..c18465b7204
--- /dev/null
+++ b/selftest/knownfail.d/compound_async
@@ -0,0 +1 @@
+^samba3.smb2.compound_async.flush_close\(fileserver\)