VirtualBox

Changeset 30966 in vbox


Ignore:
Timestamp:
Jul 21, 2010 2:20:20 PM (15 years ago)
Author:
vboxsync
Message:

VBoxServiceVMInfo.cpp: r=bird: bad stuff.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Additions/common/VBoxService/VBoxServiceVMInfo.cpp

    r30875 r30966  
    258258            cUtmpEntries++;
    259259    }
     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. */
    260262
    261263    if (cUtmpEntries) /* Do we have some users at all? */
     
    278280
    279281                    if (!fFound)
     282/** @todo r=bird: RTStrAAppend on an uninitailized variable. Didn't use
     283 *        RTMemAllocZ!. */
    280284                        rc = RTStrAAppend(&aUsers[cUsersInList++], (const char*)ut_user->ut_user);
    281285                }
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette