Closed
Bug 284615
Opened 20 years ago
Closed 20 years ago
opening the attached html crashes Firefox
Categories
(Firefox :: General, defect)
Tracking
()
RESOLVED
DUPLICATE
of bug 271716
People
(Reporter: norbert.notz, Assigned: bugzilla)
Details
Attachments
(1 file)
|
261 bytes,
text/html
|
Details |
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7.6) Gecko/20050223 Firefox/1.0.1
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7.6) Gecko/20050223 Firefox/1.0.1
opening the attached html crashes Firefox:
<HTML>
<SCRIPT> a = new Array();
while (1) { (a = new Array(a)).sort();
} </SCRIPT>
<SCRIPT> a = new Array();
while (1) { (a = new Array(a)).sort();
} </SCRIPT>
</HTML>
Reproducible: Always
Steps to Reproduce:
you may also have a look at http://www.heise.de/newsticker/meldung/53644
(german)
Comment 3•20 years ago
|
||
*** This bug has been marked as a duplicate of 271716 ***
Group: security
Severity: blocker → critical
Status: UNCONFIRMED → RESOLVED
Closed: 20 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•