Closed Bug 28437 Opened 25 years ago Closed 24 years ago

nsJSProtocolHandler::NewChannel(...) crash

Categories

(Core :: Networking, defect, P3)

All
Windows NT
defect

Tracking

()

VERIFIED FIXED

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...
Severity: normal → critical
Keywords: crash
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.
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
marking verified per engineers comments
Status: RESOLVED → VERIFIED
You need to log in before you can comment on or make changes to this bug.