VirtualBox

Changeset 93277 in vbox for trunk


Ignore:
Timestamp:
Jan 17, 2022 3:27:12 PM (3 years ago)
Author:
vboxsync
Message:

/Config.kmk,SUPDrv-win.cpp: Run the security cookie initializer for .r0 modules. [x86 build fixes] bugref:10162

Location:
trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Config.kmk

    r93275 r93277  
    50585058 ifneq ($(VBOX_VCC_CC_GUARD_CF),)
    50595059TEMPLATE_VBoxR0_LDFLAGS.win.amd64  += -Include:__security_init_cookie  -Export:ModuleInitSecurityCookie=__security_init_cookie
    5060 TEMPLATE_VBoxR0_LDFLAGS.win.x86    += -Include:___security_init_cookie -Export:ModuleInitSecurityCookie=___security_init_cookie
     5060TEMPLATE_VBoxR0_LDFLAGS.win.x86    += -Include:___security_init_cookie -Export:ModuleInitSecurityCookie=__security_init_cookie
    50615061 endif
    50625062TEMPLATE_VBoxR0_LIBS                = \
  • trunk/src/VBox/HostDrivers/Support/Makefile.kmk

    r93275 r93277  
    540540VBoxSupLib_LIBS.win.amd64 = \
    541541        $(PATH_TOOL_$(TEMPLATE_VBOXR3STATIC_TOOL.win.amd64)_LIB)/libcmt.lib # for __chkstk
    542 VBoxSupLib_VBOX_IMPORT_CHECKER.win.x86   = w2k
     542VBoxSupLib_VBOX_IMPORT_CHECKER.win.x86   = xp
    543543VBoxSupLib_VBOX_IMPORT_CHECKER.win.amd64 = xp64
    544544
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette