OSDN Git Service

Some more work to prevent DLL pre-loading attacks. Full protection is only enabled...
authorLoRd_MuldeR <mulder2@gmx.de>
Sun, 18 Feb 2018 12:17:17 +0000 (13:17 +0100)
committerLoRd_MuldeR <mulder2@gmx.de>
Sun, 18 Feb 2018 12:17:17 +0000 (13:17 +0100)
commitaa98a2157bd9549eb0a8027cf81df20dfe909d93
treec8000a767e6ab49c14f92cf610c8c13fd9de6e3a
parent4671aadcead000d9d8e6244695dbb0862c5a4ff4
Some more work to prevent DLL pre-loading attacks. Full protection is only enabled in "static" builds. Non-static builds require that we allow DLL loading from application install directory (e.g. to load the Qt plug-ins).
src/ErrorHandler_Win32.cpp