Changeset 41031 in vbox for trunk/src/VBox/Runtime/testcase
- Timestamp:
- Apr 23, 2012 6:36:11 PM (13 years ago)
- svn:sync-xref-src-repo-rev:
- 77593
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/testcase/tstRTMemWipe.cpp
r40365 r41031 69 69 continue; 70 70 } 71 RTMemWipeThoroughly(pvWipe, RT_MIN(cbAlloc, RTRandU32Ex(1, cbAlloc)),72 71 size_t cbWipeRand = RTRandU32Ex(1, cbAlloc); 72 RTMemWipeThoroughly(pvWipe, RT_MIN(cbAlloc, cbWipeRand), p /* Passes */); 73 73 if (!memcmp(pvWipe, pvBuf, cbAlloc)) 74 74 RTTestIFailed("Memory blocks must differ (%z bytes, 0x%p vs. 0x%p)!\n",
Note:
See TracChangeset
for help on using the changeset viewer.