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