Closed
Bug 1350901
Opened 8 years ago
Closed 8 years ago
ExtensionProtocolHandler::SubstituteChannel is missing a nullcheck on aLoadInfo
Categories
(WebExtensions :: General, defect)
WebExtensions
General
Tracking
(Not tracked)
RESOLVED
DUPLICATE
of bug 1350680
People
(Reporter: mayhemer, Unassigned)
Details
In case NewProxiedChannel2 on the handler fails from whatever reasons, [1] will try NewProxiedChannel which will pass null load info.
[1] https://dxr.mozilla.org/mozilla-central/rev/e03e0c60462c775c7558a1dc9d5cf2076c3cd1f9/netwerk/base/nsIOService.cpp#775
Comment 1•8 years ago
|
||
Looks like the same thing Kris found in bug 1350680 comment 2.
Status: NEW → RESOLVED
Closed: 8 years ago
Resolution: --- → DUPLICATE
Updated•7 years ago
|
Product: Toolkit → WebExtensions
You need to log in
before you can comment on or make changes to this bug.
Description
•