Closed
Bug 1209694
Opened 9 years ago
Closed 9 years ago
Add nullcheck before accessing mLoadInfo in httpbasechannel
Categories
(Core :: DOM: Service Workers, defect)
Core
DOM: Service Workers
Tracking
()
RESOLVED
DUPLICATE
of bug 1208755
People
(Reporter: ckerschb, Unassigned)
References
Details
The LoadInfo within httpbaseChannel might be null in case addons register there own protocolHandler. We need to add a nullcheck for the code added within Bug 1184798.
Reporter | ||
Comment 1•9 years ago
|
||
jdm, since you reviewed, do you wanna add those checks whererever we access mLoadInfo:
> http://hg.mozilla.org/mozilla-central/rev/5061c446e169
Flags: needinfo?(josh)
Comment 2•9 years ago
|
||
I already have a patch for this over in bug 1208755. Just needs someone to review.
Status: NEW → RESOLVED
Closed: 9 years ago
Resolution: --- → DUPLICATE
Updated•9 years ago
|
Flags: needinfo?(josh)
You need to log in
before you can comment on or make changes to this bug.
Description
•