Closed
Bug 133715
Opened 23 years ago
Closed 23 years ago
data: url without charset kills browser
Categories
(Core :: Networking, defect)
Core
Networking
Tracking
()
VERIFIED
FIXED
People
(Reporter: neil, Assigned: Biesinger)
References
()
Details
(Keywords: crash, regression, testcase)
Attachments
(1 file)
928 bytes,
patch
|
Biesinger
:
review+
darin.moz
:
superreview+
asa
:
approval+
|
Details | Diff | Splinter Review |
Mozilla dies at line 161 of nsDataChannel.cpp when a data: URL does not have a
charset, because the charset code doesn't check for this. This is a regression
caused by the check in of attachment 74277 [details] [diff] [review] to bug 128508.
Reporter | ||
Updated•23 years ago
|
Keywords: crash,
regression
Reporter | ||
Comment 1•23 years ago
|
||
Assignee | ||
Comment 2•23 years ago
|
||
Comment on attachment 76395 [details] [diff] [review]
Proposed Patch
r=biesi
Attachment #76395 -
Flags: review+
Comment 3•23 years ago
|
||
Comment on attachment 76395 [details] [diff] [review]
Proposed Patch
sr=darin, thx for fixing this.
Attachment #76395 -
Flags: superreview+
Comment 4•23 years ago
|
||
*** Bug 133656 has been marked as a duplicate of this bug. ***
Comment 6•23 years ago
|
||
Comment on attachment 76395 [details] [diff] [review]
Proposed Patch
a=asa (on behalf of drivers) for checkin to the 1.0 trunk
Attachment #76395 -
Flags: approval+
Assignee | ||
Comment 7•23 years ago
|
||
checked in
Status: NEW → RESOLVED
Closed: 23 years ago
Resolution: --- → FIXED
VERIFIED: Mozilla 1.3a, Win98 + Mac OS X
Status: RESOLVED → VERIFIED
Whiteboard: checklinux
You need to log in
before you can comment on or make changes to this bug.
Description
•