Changeset 59747 in vbox for trunk/src/VBox/Runtime/common/ldr
- Timestamp:
- Feb 19, 2016 11:18:18 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/common/ldr/ldrPE.cpp
r58729 r59747 2633 2633 * Check that the last table entry has a hash value of zero. 2634 2634 */ 2635 if ( ASMMemIsAll8(pbHashTab + 4, cbHash, 0) != NULL)2635 if (!ASMMemIsZero(pbHashTab + 4, cbHash)) 2636 2636 return RTErrInfoSetF(pErrInfo, VERR_LDRVI_PAGE_HASH_TAB_TOO_LONG, 2637 2637 "Maltform final page hash table entry: #%u %#010x %.*Rhxs",
Note:
See TracChangeset
for help on using the changeset viewer.