VirtualBox

Ignore:
Timestamp:
Oct 14, 2010 2:03:51 PM (15 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
66666
Message:

Runtime/process: forgotten initialization

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Runtime/r3/posix/process-posix.cpp

    r33044 r33134  
    384384            {
    385385                /* Must wait for the temporary process to avoid a zombie. */
    386                 int status;
     386                int status = 0;
    387387                waitpid(pid, &status, 0);
    388388                /* Assume that something wasn't found. No detailed info. */
Note: See TracChangeset for help on using the changeset viewer.

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