Closed
Bug 28437
Opened 25 years ago
Closed 24 years ago
nsJSProtocolHandler::NewChannel(...) crash
Categories
(Core :: Networking, defect, P3)
Tracking
()
VERIFIED
FIXED
M16
People
(Reporter: rpotts, Assigned: vidur)
References
()
Details
(Keywords: crash)
nsJSProtocolHandler::NewChannel(...) *requires* that the notificationsCallback
argument passed in is *not* null.
Unfortunately, NS_OpenURI(...) considers this an 'optional' argument and passes
in NULL as a default. This causes a crash!
In the case of the above URL, a plugin is initiating the load of a javascript:
URL...
Assignee | ||
Comment 1•25 years ago
|
||
Will attempt to fix for M16.
Status: NEW → ASSIGNED
Target Milestone: M16
M16 has been out for a while now, these bugs target milestones need to be
updated.
Comment 3•24 years ago
|
||
This was fixed quite a while ago, the notificationsCallback is still null by
default byt we no longer crash in the javascript protocol handler if it's null...
FIXED.
Status: ASSIGNED → RESOLVED
Closed: 24 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•