VirtualBox

Changeset 76502 in vbox


Ignore:
Timestamp:
Dec 28, 2018 8:47:38 PM (6 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
127803
Message:

SUPR3HardenedMain-win.cpp: Zero the PROCESS_INFORMATION structure to be on the safe side.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/HostDrivers/Support/win/SUPR3HardenedMain-win.cpp

    r76411 r76502  
    42344234
    42354235    supR3HardenedWinEnableThreadCreation();
    4236     PROCESS_INFORMATION ProcessInfoW32;
     4236    PROCESS_INFORMATION ProcessInfoW32 = { NULL, NULL, 0, 0 };
    42374237    if (!CreateProcessW(g_wszSupLibHardenedExePath,
    42384238                        pwszCmdLine,
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