VirtualBox

Changeset 108344 in vbox


Ignore:
Timestamp:
Feb 24, 2025 10:47:23 AM (8 weeks ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
167703
Message:

libs/xpcom18a4/xpidl: Restore validation checks, bugref:10321 [enable overlooked call to a verification method]

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/libs/xpcom18a4/xpcom/typelib/xpidl/xpidl_typelib.c

    r108343 r108344  
    11421142    PRUint8 interface_flags = 0;
    11431143
    1144     //if (!verify_interface_declaration(iface))
    1145     //    return FALSE;
     1144    int rc = verify_interface_declaration(pNd, pThis->pErrInfo);
     1145    if (RT_FAILURE(rc))
     1146        return rc;
    11461147
    11471148    if (xpidlNodeAttrFind(pNd, "scriptable"))
     
    11851186    /* Walk the children and process. */
    11861187    PCXPIDLNODE pIt;
    1187     int rc = VINF_SUCCESS;
    11881188    RTListForEach(&pNd->u.If.LstBody, pIt, XPIDLNODE, NdLst)
    11891189    {
Note: See TracChangeset for help on using the changeset viewer.

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