VirtualBox

Changeset 101666 in vbox for trunk


Ignore:
Timestamp:
Oct 30, 2023 11:29:39 PM (15 months ago)
Author:
vboxsync
Message:

iprt/uint128.h: Just zero both return values when returning NULL from RTUInt128DivRem. bugref:10541

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/iprt/uint128.h

    r101664 r101666  
    14041404        {
    14051405            RTUInt128SetZero(pRemainder);
     1406            RTUInt128SetZero(pQuotient);
    14061407            return NULL;
    14071408        }
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