- Timestamp:
- May 8, 2015 8:58:38 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/HostDrivers/Support/win/SUPHardenedVerifyProcess-win.cpp
r55689 r55778 1725 1725 uintptr_t cbAdj = (uintptr_t)pbDst - uCopySrc; 1726 1726 pbSrc += cbAdj; 1727 cbSrc -= cb Src;1727 cbSrc -= cbAdj; 1728 1728 } 1729 1729 else
Note:
See TracChangeset
for help on using the changeset viewer.