VirtualBox

Changeset 108343 in vbox


Ignore:
Timestamp:
Feb 24, 2025 10:38:41 AM (3 weeks ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
167702
Message:

libs/xpcom18a4/xpidl: Restore validation checks, bugref:10321 [build fix]

File:
1 edited

Legend:

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

    r108342 r108343  
    10511051    {
    10521052        XPTParamDescriptor *pd = &meth->params[num_args++];
    1053         int rc = fill_pd_from_param(pThis, pd, pIt);
     1053        rc = fill_pd_from_param(pThis, pd, pIt);
    10541054        if (RT_FAILURE(rc))
    10551055            return rc;
     
    10711071#endif
    10721072
    1073         int rc = fill_pd_as_nsresult(meth->result);
     1073        rc = fill_pd_as_nsresult(meth->result);
    10741074        if (RT_FAILURE(rc))
    10751075            return rc;
     
    10801080        fprintf(stderr, "%s is notxpcom\n", pNd->u.Method.pszName);
    10811081#endif
    1082         int rc = fill_pd_from_type(pThis, meth->result, XPT_PD_RETVAL,
    1083                                    pNd->u.Method.pNdTypeSpecRet);
     1082        rc = fill_pd_from_type(pThis, meth->result, XPT_PD_RETVAL,
     1083                               pNd->u.Method.pNdTypeSpecRet);
    10841084        if (RT_FAILURE(rc))
    10851085            return rc;
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