diff options
author | Rob Mensching <rob@firegiant.com> | 2024-07-14 23:58:39 -0700 |
---|---|---|
committer | Rob Mensching <rob@firegiant.com> | 2024-07-15 12:09:35 -0700 |
commit | 6bd80b51b42686ce5665140d0ab7c64bd35204d9 (patch) | |
tree | eb29d0e56ff39aca78598c91f6256edc0e373c18 /src/ext/Util/ca/precomp.h | |
parent | 733886e73a5dab7da37515d98b611cdae1632c2d (diff) | |
download | wix-6bd80b51b42686ce5665140d0ab7c64bd35204d9.tar.gz wix-6bd80b51b42686ce5665140d0ab7c64bd35204d9.tar.bz2 wix-6bd80b51b42686ce5665140d0ab7c64bd35204d9.zip |
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
Diffstat (limited to 'src/ext/Util/ca/precomp.h')
-rw-r--r-- | src/ext/Util/ca/precomp.h | 3 |
1 files changed, 2 insertions, 1 deletions
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 @@ | |||
15 | 15 | ||
16 | #include <msxml2.h> | 16 | #include <msxml2.h> |
17 | #include <Iads.h> | 17 | #include <Iads.h> |
18 | #include <activeds.h> | 18 | #include <activeds.h> |
19 | #include <lm.h> // NetApi32.lib | 19 | #include <lm.h> // NetApi32.lib |
20 | #include <Ntsecapi.h> | 20 | #include <Ntsecapi.h> |
21 | #include <Dsgetdc.h> | 21 | #include <Dsgetdc.h> |
@@ -50,5 +50,6 @@ | |||
50 | #include "scauser.h" | 50 | #include "scauser.h" |
51 | #include "scasmb.h" | 51 | #include "scasmb.h" |
52 | #include "scasmbexec.h" | 52 | #include "scasmbexec.h" |
53 | #include "utilca.h" | ||
53 | 54 | ||
54 | #include "..\..\caDecor.h" | 55 | #include "..\..\caDecor.h" |