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:45 +0000 (22:05 +0200)
commitf958415a69fdd6324810e16a050e25b821ba204b
tree5f8920287f93d4cdd88c09f1086d0c6eb0ca940c
parente6f096c4c8fb3e19fff954c2ddd9c329fb86b06a
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