VirtualBox

Changeset 91773 in vbox for trunk


Ignore:
Timestamp:
Oct 16, 2021 12:48:47 PM (3 years ago)
Author:
vboxsync
Message:

VMM/tstVMMR0CallHost-2: Fixed for VC++ build with stack checking enabled. bugref:10124

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/testcase/tstVMMR0CallHost-1.cpp

    r90197 r91773  
    151151        {
    152152            /* Note! gcc does funny rounding up of alloca(). */
    153 # ifndef VBOX_WITH_GCC_SANITIZER
     153# if !defined(VBOX_WITH_GCC_SANITIZER) && !defined(__MSVC_RUNTIME_CHECKS)
    154154            void  *pv2 = alloca((i % 63) | 1);
    155155            size_t cb2 = (uintptr_t)pvPrev - (uintptr_t)pv2;
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