Closed
Bug 46904
Opened 25 years ago
Closed 25 years ago
xptiInterfaceInfo::GetIIDForParam crash on unresolved ref
Categories
(Core :: XPConnect, defect, P3)
Tracking
()
VERIFIED
FIXED
People
(Reporter: jband_mozilla, Assigned: jband_mozilla)
Details
(Keywords: crash, Whiteboard: nsbeta2)
Attachments
(1 file)
|
591 bytes,
patch
|
Details | Diff | Splinter Review |
xptiInterfaceInfo::GetIIDForParam fails to check that a pointer to another
interface is not null before using the pointer. This will crash on something as
simple as a missing xpt file.
Patch coming.
| Assignee | ||
Comment 1•25 years ago
|
||
| Assignee | ||
Comment 2•25 years ago
|
||
Warren, a= ?
| Assignee | ||
Comment 3•25 years ago
|
||
Well, this is a potential crasher with a simple and safe fix. How about nsbeta2?
Whiteboard: nsbeta3 → nsbeta2
Comment 4•25 years ago
|
||
Go for it.
| Assignee | ||
Comment 5•25 years ago
|
||
fix checked in to m17 branch and trunk.
Status: ASSIGNED → RESOLVED
Closed: 25 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•