Changeset 86551 in vbox for trunk/src/VBox/Runtime
- Timestamp:
- Oct 13, 2020 12:09:10 AM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/common/ldr/ldrPE.cpp
r86550 r86551 3006 3006 * Verify other signatures with the same digest type. 3007 3007 */ 3008 RTLDRPEHASHRESUNION const * const pHashRes = &pInfo->HashRes; 3008 RTLDRPEHASHRESUNION const * const pHashRes = &pInfo->HashRes; 3009 RTDIGESTTYPE const enmDigestType = pInfo->enmDigest; 3009 3010 for (uint32_t i = 0; i < pSignature->cNested; i++) 3010 3011 { 3011 3012 pInfo = &pSignature->paNested[i]; /* Note! pInfo changes! */ 3012 3013 if ( !pInfo->fValidatedImageHash 3013 && pInfo->enmDigest == pInfo->enmDigest3014 && pInfo->enmDigest == enmDigestType 3014 3015 /* paranoia from the top of this function: */ 3015 3016 && pInfo->pIndData
Note:
See TracChangeset
for help on using the changeset viewer.