CVE-2023-3961:s3: smbd: Remove the SMB_ASSERT() that crashes on bad pipenames.
authorJeremy Allison <jra@samba.org>
Wed, 26 Jul 2023 00:54:41 +0000 (17:54 -0700)
committerJule Anger <janger@samba.org>
Sun, 8 Oct 2023 20:05:41 +0000 (22:05 +0200)
commit682a9a808b4578fef2d984e47d227bc181603cbf
tree56dc9821c58059f30cffae970b40928531e3ca1c
parentfbb9cf8d11840828cbb2ef2249f10fbf766d65ea
CVE-2023-3961:s3: smbd: Remove the SMB_ASSERT() that crashes on bad pipenames.

We correctly handle this and just return ENOENT (NT_STATUS_OBJECT_NAME_NOT_FOUND).

Remove knowfail.

BUG: https://bugzilla.samba.org/show_bug.cgi?id=15422

Signed-off-by: Jeremy Allison <jra@samba.org>
selftest/knownfail.d/badpipename [deleted file]
source3/rpc_client/local_np.c