Issue #1595 part 6: Remove Vista check in Windows DLL blocklist

This commit is contained in:
Pale Moon
2018-01-20 12:17:06 +01:00
committed by Roy Tam
parent e3f36d1612
commit 36ef07a6a6
+1 -1
View File
@@ -682,7 +682,7 @@ continue_loading:
return STATUS_DLL_NOT_FOUND;
}
if (IsVistaOrLater() && !CheckASLR(full_fname)) {
if (!CheckASLR(full_fname)) {
printf_stderr("LdrLoadDll: Blocking load of '%s'. XPCOM components must support ASLR.\n", dllName);
return STATUS_DLL_NOT_FOUND;
}