]> git.ipfire.org Git - thirdparty/samba.git/commit
CVE-2023-42670 s3-rpc_server: Remove cross-check with "samba" EPM lookup
authorAndrew Bartlett <abartlet@samba.org>
Tue, 12 Sep 2023 04:23:49 +0000 (16:23 +1200)
committerJule Anger <janger@samba.org>
Sun, 8 Oct 2023 20:07:09 +0000 (22:07 +0200)
commit0e746c02f6cc3b53b941f2b2d9624427020a6890
treeca2a5a0b8379dc27392f41570e7aff6e8dc348b5
parent08f4f363fa6e2ee62a6e32db577ee12e26927735
CVE-2023-42670 s3-rpc_server: Remove cross-check with "samba" EPM lookup

We now have ensured that no conflicting services attempt to start
so we do not need the runtime lookup and so avoid the risk that
the lookup may fail.

This means that any duplicates will be noticed early not just
in a race condition.

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

Signed-off-by: Andrew Bartlett <abartlet@samba.org>
source3/rpc_server/rpc_host.c