Changeset 30966 in vbox
- Timestamp:
- Jul 21, 2010 2:20:20 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/common/VBoxService/VBoxServiceVMInfo.cpp
r30875 r30966 258 258 cUtmpEntries++; 259 259 } 260 /** @todo r=bird: Guess what happens if someone logs in right now. 261 * Better do all in a single loop and dynamically resize arrays. */ 260 262 261 263 if (cUtmpEntries) /* Do we have some users at all? */ … … 278 280 279 281 if (!fFound) 282 /** @todo r=bird: RTStrAAppend on an uninitailized variable. Didn't use 283 * RTMemAllocZ!. */ 280 284 rc = RTStrAAppend(&aUsers[cUsersInList++], (const char*)ut_user->ut_user); 281 285 }
Note:
See TracChangeset
for help on using the changeset viewer.