Closed
Bug 220103
Opened 22 years ago
Closed 22 years ago
@mozilla.org/download;1 uses null mInner
Categories
(SeaMonkey :: Download & File Handling, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: timeless, Assigned: timeless)
Details
(Keywords: crash)
Attachments
(1 file)
2.25 KB,
patch
|
neil
:
review+
bzbarsky
:
superreview+
|
Details | Diff | Splinter Review |
Create @mozilla.org/download;1 in xpcshell, discover interfaces using
instanceof or queryinterface. then interogate properties.
many properties will crash since mInner is null
Attachment #132003 -
Flags: superreview?(bz-vacation)
Attachment #132003 -
Flags: review?(neil.parkwaycc.co.uk)
![]() |
||
Comment 2•22 years ago
|
||
Comment on attachment 132003 [details] [diff] [review]
nullcheck
sr=bzbarsky if you move the return statement onto its own line.
Attachment #132003 -
Flags: superreview?(bz-vacation) → superreview+
Updated•22 years ago
|
Attachment #132003 -
Flags: review?(neil.parkwaycc.co.uk) → review+
fix checked in
Status: NEW → RESOLVED
Closed: 22 years ago
Resolution: --- → FIXED
Updated•21 years ago
|
Product: Browser → Seamonkey
You need to log in
before you can comment on or make changes to this bug.
Description
•