Changeset 29840 in vbox for trunk/src/VBox
- Timestamp:
- May 27, 2010 10:19:59 AM (15 years ago)
- svn:sync-xref-src-repo-rev:
- 62056
- File:
-
- 1 edited
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.