https://git.reactos.org/?p=reactos.git;a=commitdiff;h=3476cdae7722cb0defee1de63a61d56fc7390c77

commit 3476cdae7722cb0defee1de63a61d56fc7390c77
Author:     Jérôme Gardou <[email protected]>
AuthorDate: Tue Feb 2 16:04:13 2021 +0100
Commit:     Jérôme Gardou <[email protected]>
CommitDate: Wed Mar 3 08:34:32 2021 +0100

    [BOOTMGFW] Explicitly disable dynamic base
    
    CORE-17423
---
 boot/environ/CMakeLists.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/boot/environ/CMakeLists.txt b/boot/environ/CMakeLists.txt
index 05aa5b81ef9..9c4d5dcd96f 100644
--- a/boot/environ/CMakeLists.txt
+++ b/boot/environ/CMakeLists.txt
@@ -85,7 +85,7 @@ if(MSVC)
     if(ARCH STREQUAL "arm")
         add_target_link_flags(bootmgfw "/ignore:4078 /ignore:4254 /DRIVER")
     else()
-        add_target_link_flags(bootmgfw "/ignore:4078 /ignore:4254 /DRIVER 
/FIXED")
+        add_target_link_flags(bootmgfw "/ignore:4078 /ignore:4254 /DRIVER 
/DYNAMICBASE:NO /FIXED")
     endif()
 else()
     add_target_link_flags(bootmgfw "-Wl,--strip-all,--exclude-all-symbols")

Reply via email to