Changeset 52376 in vbox
- Timestamp:
- Aug 14, 2014 10:15:34 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/HostDrivers/Support/win/SUPHardenedVerifyImage-win.cpp
r52375 r52376 553 553 554 554 /* See if we can get away with a case sensitive compare first. */ 555 if (memcmp(pwszLeft, pwszRight, cwcRight ) == 0)555 if (memcmp(pwszLeft, pwszRight, cwcRight * sizeof(RTUTF16)) == 0) 556 556 pwszLeft += cwcRight; 557 557 else
Note:
See TracChangeset
for help on using the changeset viewer.