Changeset 107429 in vbox for trunk/src/VBox/Runtime
- Timestamp:
- Jan 6, 2025 5:08:14 PM (13 days ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/common/string/strtonum.cpp
r106061 r107429 453 453 if (psz[0] == '0') 454 454 { 455 if ( psz[0] == '0' 456 && cchMax > 1 455 if ( cchMax > 1 457 456 && (psz[1] == 'x' || psz[1] == 'X') 458 457 && g_auchDigits[(unsigned char)psz[2]] < 16)
Note:
See TracChangeset
for help on using the changeset viewer.