Closed Bug 11451 Opened 25 years ago Closed 25 years ago

xpidl cores when given iid_is(bogus) param

Categories

(Core :: XPCOM, defect, P3)

defect

Tracking

()

RESOLVED FIXED

People

(Reporter: mike+mozilla, Assigned: mike+mozilla)

Details

Given the input file:


#include "nsrootidl.idl"

interface foo {
  void bar(in nsIIDRef uuid,
                      [iid_is(bogus),retval] out nsQIResult result);
};

then 'xpidl -m typelib bogus_iid_is.idl' coredumps.

Fix in hand; opening bug for tracking.
Status: NEW → RESOLVED
Closed: 25 years ago
Resolution: --- → FIXED
Added check against NULL in loop against arguments to find matching argument.
Component: xpidl → XPCOM
QA Contact: mike+mozilla → xpcom
You need to log in before you can comment on or make changes to this bug.