CVE-2023-3961:s3: smbd: Remove the SMB_ASSERT() that crashes on bad pipenames.
commit5ed25efb0731de2062cd1d9e109dcf9e3eb5c356
authorJeremy Allison <jra@samba.org>
Wed, 26 Jul 2023 00:54:41 +0000 (25 17:54 -0700)
committerJule Anger <janger@samba.org>
Tue, 10 Oct 2023 14:49:39 +0000 (10 14:49 +0000)
tree3eaf8db9d7647550d591766de1698fbdcec410d9
parentc39f90a12496fea74a11cbd8b34ad4074d2529db
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