Changeset 29840 in vbox
- Timestamp:
- May 27, 2010 10:19:59 AM (14 years ago)
- File:
-
- 1 edited
-
trunk/src/VBox/Runtime/common/misc/cidr.cpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/common/misc/cidr.cpp
r29837 r29840 90 90 else 91 91 return VERR_INVALID_PARAMETER; 92 93 if(cDelimiter > 3) 94 /* no more than four octets */ 95 return VERR_INVALID_PARAMETER; 96 92 97 rc = RTStrToUInt8Ex(pszNext + 1, &pszNext, 10, &addr[cDelimiter]); 93 98 if (rc == VWRN_NUMBER_TOO_BIG)
Note:
See TracChangeset
for help on using the changeset viewer.

