VirtualBox

Changeset 104542 in vbox for trunk/src/VBox/Main


Ignore:
Timestamp:
May 8, 2024 8:51:55 AM (9 months ago)
Author:
vboxsync
Message:

Main/SystemPropertiesImpl: Fixed some ASAN warnings. bugref:10384

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/src-server/SystemPropertiesImpl.cpp

    r103097 r104542  
    10381038        PlatformArchitecture_None
    10391039#endif
     1040#ifdef VBOX_WITH_GCC_SANITIZER
     1041      , PlatformArchitecture_32BitHack
     1042#endif
    10401043    };
    10411044    aSupportedPlatformArchitectures.assign(aPlatformArchitectures,
     
    11971200        RecordingVideoCodec_AV1,
    11981201#endif
     1202#ifdef VBOX_WITH_GCC_SANITIZER
     1203        RecordingVideoCodec_32BitHack
     1204#endif
    11991205    };
    12001206    aSupportedRecordingVideoCodecs.assign(aRecordingVideoCodecs,
     
    12121218        RecordingVideoScalingMode_Bilinear,
    12131219        RecordingVideoScalingMode_Bicubic,
     1220#endif
     1221#ifdef VBOX_WITH_GCC_SANITIZER
     1222        RecordingVideoScalingMode_32BitHack
    12141223#endif
    12151224    };
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