Changeset 74746 in vbox for trunk/src/VBox/Runtime/common/ldr/ldrMachO.cpp
- Timestamp:
- Oct 10, 2018 1:49:11 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/common/ldr/ldrMachO.cpp
r74733 r74746 3962 3962 { 3963 3963 /* 3964 * Copy out the requ irestdata.3964 * Copy out the requested data. 3965 3965 */ 3966 3966 *pcbRet = cbData; … … 4496 4496 if (cch > _64K) 4497 4497 return RTErrInfoSetF(pErrInfo, VERR_LDRVI_BAD_CERT_FORMAT, 4498 "Authenticated plist attribute is too long: %#x, max: 64KB", cch , cchMin);4498 "Authenticated plist attribute is too long: %#x, max: 64KB", cch); 4499 4499 4500 4500 /* Copy the plist into a buffer and zero terminate it. Also allocate room for decoding a hash. */
Note:
See TracChangeset
for help on using the changeset viewer.