mirror of
https://github.com/roytam1/palemoon27.git
synced 2026-05-26 14:18:48 +00:00
Issue #1595 part 6: Remove Vista check in Windows DLL blocklist
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user