Changeset 10004 in vbox
- Timestamp:
- Jun 27, 2008 9:27:12 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/HostServices/SharedInfoServices/service.cpp
r10003 r10004 184 184 185 185 /* Validate the format of the key. */ 186 if (cbKey < sizeof(VBOX_SHARED_INFO_KEY_PREFIX))187 rc = VERR_INVALID_PARAMETER;188 186 /* Only accept names in printable ASCII without spaces */ 189 187 for (count = 0; (count < cbKey) && (pszKey[count] != '\0'); ++count)
Note:
See TracChangeset
for help on using the changeset viewer.