Changeset 52488 in vbox for trunk/src/VBox/HostDrivers/Support/win/SUPHardenedVerifyProcess-win.cpp
- Timestamp:
- Aug 24, 2014 6:35:04 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/HostDrivers/Support/win/SUPHardenedVerifyProcess-win.cpp
r52446 r52488 1018 1018 * Use the ThreadAmILastThread request to check that there is only one 1019 1019 * thread in the process. 1020 * Seems this isn't entirely reliable when hThread isn't the current thread? 1020 1021 */ 1021 1022 ULONG cbIgn = 0; … … 2052 2053 * allocate any state memory for these. 2053 2054 */ 2054 int rc = supHardNtVpThread(hProcess, hThread, pErrInfo); 2055 int rc = VINF_SUCCESS; 2056 if (enmKind != SUPHARDNTVPKIND_CHILD_PURIFICATION) 2057 rc = supHardNtVpThread(hProcess, hThread, pErrInfo); 2055 2058 #ifndef VBOX_WITHOUT_DEBUGGER_CHECKS 2056 2059 if (RT_SUCCESS(rc))
Note:
See TracChangeset
for help on using the changeset viewer.