From 6bd80b51b42686ce5665140d0ab7c64bd35204d9 Mon Sep 17 00:00:00 2001 From: Rob Mensching Date: Sun, 14 Jul 2024 23:58:39 -0700 Subject: Fix faulty memory access in Util's User custom actions Generally, clean up the handling of getting the domain from a server name by centralizing and simplifying it behind an improved GetDomainFromServerName() based on the buggy GetServerName(). Fixes 8576 --- src/ext/Util/ca/precomp.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/ext/Util/ca/precomp.h') diff --git a/src/ext/Util/ca/precomp.h b/src/ext/Util/ca/precomp.h index efde32a6..9456c691 100644 --- a/src/ext/Util/ca/precomp.h +++ b/src/ext/Util/ca/precomp.h @@ -15,7 +15,7 @@ #include #include -#include +#include #include // NetApi32.lib #include #include @@ -50,5 +50,6 @@ #include "scauser.h" #include "scasmb.h" #include "scasmbexec.h" +#include "utilca.h" #include "..\..\caDecor.h" -- cgit v1.2.3-55-g6feb