VirtualBox

Ignore:
Timestamp:
Oct 10, 2018 1:49:11 PM (6 years ago)
Author:
vboxsync
Message:

IPRT/ldr: More Mach-O signing hacking. bugref:9232

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Runtime/common/ldr/ldrMachO.cpp

    r74733 r74746  
    39623962                        {
    39633963                            /*
    3964                              * Copy out the requirest data.
     3964                             * Copy out the requested data.
    39653965                             */
    39663966                            *pcbRet = cbData;
     
    44964496                if (cch > _64K)
    44974497                    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);
    44994499
    45004500                /* 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.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette