CVE-2023-3961:s3: smbd: Remove the SMB_ASSERT() that crashes on bad pipenames.
commit456a758f10c8163122d1746d40a03df6f3f7b391
authorJeremy Allison <jra@samba.org>
Wed, 26 Jul 2023 00:54:41 +0000 (25 17:54 -0700)
committerJule Anger <janger@samba.org>
Mon, 9 Oct 2023 20:14:05 +0000 (9 22:14 +0200)
treea68dc6f80a17a3071f75d1f660187c099e692a71
parent44d59c380afbd227243d1dcf65b17cb445357c0f
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