-
Type:
Improvement
-
Resolution: Unresolved
-
Priority:
Major - P3
-
None
-
Affects Version/s: None
-
Component/s: None
-
None
-
Server Security
-
None
-
3
-
None
-
None
-
None
-
None
-
None
-
None
On Windows, invoking SetDllDirectory("") will prevent future calls to LoadLibrary from searching the CWD for DLLs. In practice, because our DLLs are either provided by the application or by the operating system, the CWD will never be searched. However, using {SetDllDirectory}} wouild make articulating our binaries' DLL loading policies more straightforward.