VirtualBox

Changeset 95931 in vbox


Ignore:
Timestamp:
Jul 28, 2022 11:21:27 PM (2 years ago)
Author:
vboxsync
Message:

Runtime/strformat.cpp: Hardening build fix relating to floating point formatting. bugref:10261

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Runtime/common/string/strformat.cpp

    r95927 r95931  
    777777                    case 'A': /* [-]0Xh.hhhhhhP+-dd */
    778778                    {
    779 #ifdef IN_RING3
     779#if defined(IN_RING3) && !defined(IN_SUP_HARDENED_R3)
    780780                        size_t cchNum;
    781781# ifdef RT_COMPILER_WITH_80BIT_LONG_DOUBLE
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