Index: /trunk/src/VBox/Additions/common/VBoxService/VBoxServiceVMInfo.cpp
===================================================================
--- /trunk/src/VBox/Additions/common/VBoxService/VBoxServiceVMInfo.cpp	(revision 30965)
+++ /trunk/src/VBox/Additions/common/VBoxService/VBoxServiceVMInfo.cpp	(revision 30966)
@@ -258,4 +258,6 @@
             cUtmpEntries++;
     }
+    /** @todo r=bird: Guess what happens if someone logs in right now.
+     *        Better do all in a single loop and dynamically resize arrays. */
 
     if (cUtmpEntries) /* Do we have some users at all? */
@@ -278,4 +280,6 @@
 
                     if (!fFound)
+/** @todo r=bird: RTStrAAppend on an uninitailized variable. Didn't use
+ *        RTMemAllocZ!. */
                         rc = RTStrAAppend(&aUsers[cUsersInList++], (const char*)ut_user->ut_user);
                 }
