Closed
Bug 134020
Opened 23 years ago
Closed 23 years ago
[<!ENTITY version "1.1">]> causes mozilla to use 100 % cpu, and become unresponsive
Categories
(SeaMonkey :: General, defect)
Tracking
(Not tracked)
VERIFIED
DUPLICATE
of bug 121841
People
(Reporter: j.kossen, Assigned: asa)
Details
From Bugzilla Helper:
User-Agent: Mozilla/5.0 (X11; U; Linux i386; en-US; rv:0.9.9+) Gecko/20020328
BuildID: 0.9.9 and 2002032808
Here's a piece of sgml code which causes mozilla to use 100% cpu power, and make
mozilla unresonsive
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" [<!ENTITY version
"1.1">]>
<html>
<head>
<title>An example HTML file</title>
</head>
<body>
<p>The current version of this document is: &version;</p>
</body>
</html>
Reproducible: Always
Steps to Reproduce:
1.Load the html/sgml code in the browser
Actual Results: Mozilla will become unresponsive and use 100% CPU
Expected Results: Just view the page
Without the [<!ENTITY version "1.1">]> and the &version&; in the code, it works fine
Reporter | ||
Comment 1•23 years ago
|
||
*** This bug has been marked as a duplicate of 121841 ***
Status: UNCONFIRMED → RESOLVED
Closed: 23 years ago
Resolution: --- → DUPLICATE
Updated•21 years ago
|
Product: Browser → Seamonkey
You need to log in
before you can comment on or make changes to this bug.
Description
•