Mitigate Against DLL Pre-Loading
When an application loads a shared library such as kvhtml.dll
or kvhtml.so
On Windows, when you load kvhtml.dll
with LoadLibrary, OpenText recommends that you use a fully qualified path to prevent Windows searching for the library in other locations.
On other platforms, when you load kvhtml.so
with dlopen, OpenText recommends that you use an absolute path to prevent the OS or runtime linker searching for the library in other locations.