Closed
Bug 338896
Opened 19 years ago
Closed 19 years ago
isXPCOMJavaProxy throws NullPointerException
Categories
(Core Graveyard :: Java to XPCOM Bridge, defect)
Core Graveyard
Java to XPCOM Bridge
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: jhpedemonte, Assigned: jhpedemonte)
Details
(Keywords: fixed1.8.0.5, fixed1.8.1)
Attachments
(1 file)
|
929 bytes,
patch
|
apeller
:
review+
jhpedemonte
:
approval-branch-1.8.1+
dveditz
:
approval1.8.0.5+
|
Details | Diff | Splinter Review |
If XPCOMJavaProxy.isXPCOMJavaProxy() is passed a null reference, than it will throw a NullPointerException. Need to check for null ref and return false.
| Assignee | ||
Comment 1•19 years ago
|
||
| Assignee | ||
Comment 2•19 years ago
|
||
Adam, you probably don't have permissions to set the review flags on a patch, but if you could take a look and give me your blessing (or not), I would appreciate that.
Updated•19 years ago
|
Attachment #222957 -
Flags: review+
| Assignee | ||
Comment 3•19 years ago
|
||
Checked in to trunk and 1.8 branch. ->FIXED
Also asking for 1.8.0.5 approval. This is a very minor, low-risk path to add a null check.
Flags: blocking1.8.0.5?
Keywords: fixed1.8.1
| Assignee | ||
Updated•19 years ago
|
Status: NEW → RESOLVED
Closed: 19 years ago
Resolution: --- → FIXED
| Assignee | ||
Updated•19 years ago
|
Flags: blocking1.8.0.5?
| Assignee | ||
Updated•19 years ago
|
Attachment #222957 -
Flags: approval1.8.0.5?
Attachment #222957 -
Flags: approval-branch-1.8.1+
| Assignee | ||
Comment 4•19 years ago
|
||
Re: approval1.8.0.5? : this patch is JavaXPCOM/XULRunner only and will not affect Firefox/Thunderbird.
Comment 5•19 years ago
|
||
Comment on attachment 222957 [details] [diff] [review]
patch
approved for 1.8.0 branch, a=dveditz for drivers
Attachment #222957 -
Flags: approval1.8.0.5? → approval1.8.0.5+
| Assignee | ||
Updated•19 years ago
|
Keywords: fixed1.8.0.5
Updated•11 years ago
|
Product: Core → Core Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•