Closed
Bug 51356
Opened 25 years ago
Closed 25 years ago
Browser crashes if strict DTD specified and unbalanced <center> tags used.
Categories
(SeaMonkey :: General, defect, P3)
Tracking
(Not tracked)
People
(Reporter: john, Assigned: asa)
References
()
Details
This is a boiled-down case of an earlier bug (http://www.lowfield.co.uk/archers/).
This very short piece of code makes Mozilla on Linux segfault, nightly build
2000090506 (Tuesday morning) -- strict DTD but unbalanced <center> tag:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN"
"http://www.w3.org/TR/REC-html40/strict.dtd">
<html>
<head>
<title>Non-compliant page</title>
</head>
<body>
<center>
</body>
</html>
Comment 1•25 years ago
|
||
*** This bug has been marked as a duplicate of 50994 ***
Status: UNCONFIRMED → RESOLVED
Closed: 25 years ago
Resolution: --- → DUPLICATE
Verified dupe of bug 50994: "Crashing in nsCParserNode::GetNodeType, with strict
DOCTYPE and unclosed tags"
Status: RESOLVED → VERIFIED
Updated•21 years ago
|
Product: Browser → Seamonkey
You need to log in
before you can comment on or make changes to this bug.
Description
•