Closed
Bug 301952
Opened 20 years ago
Closed 20 years ago
recursive iframe crash
Categories
(Core :: Layout: Images, Video, and HTML Frames, defect)
Tracking
()
RESOLVED
DUPLICATE
of bug 228829
People
(Reporter: ramonck, Unassigned)
Details
(Keywords: crash)
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7.9) Gecko/20050711 Firefox/1.0.5
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7.9) Gecko/20050711 Firefox/1.0.5
This is the code:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Frameset//EN"
"http://www.w3.org/TR/REC-html40/frameset.dtd">
<html>
<head>
<title>Editor</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<link rel="shortcut icon" href="favicon.ico" />
</head>
<body style="margin:0;padding:0;height:100%;width:100%;">
<iframe src="?pagina=ed_1" name="ed1" frameborder="0"
style="margin:0;border-right:1px solid
#000000;vertical-align:top;height:80%;width:24%;"></iframe>
<iframe src="?pagina=ed_2" name="ed2" frameborder="0"
style="margin:0;vertical-align:top;height:80%;width:75%;"></iframe>
<iframe src="?pagina=ed_3" name="ed3" frameborder="0"
style="margin:0;border-top:1px solid #000000;
vertical-align:bottom;height:20%;width:100%;"></iframe>
</body>
</html>
Reproducible: Always
Steps to Reproduce:
1.open up in firefox
Actual Results:
It crashes the browser, not sure if it exposes to vunerabilities, but it might.
Expected Results:
Showed page does not exist, or offline or whatever.
No messages, not sure where it's crashing because it also crashes my IE.
Works the same if I'm running server or not, it's a browser bug.
Firefox version: 1.0.5
Comment 1•20 years ago
|
||
On Linux with FireFox 1.0.6 this page seems to make the browser stop reacting
and memory usage to go up forever.
Comment 2•20 years ago
|
||
I don't see any reason to believe that this crash is a security hole. Making
public.
Comment 3•20 years ago
|
||
Doesn't crash for me using Mozilla/5.0 (Macintosh; U; PPC Mac OS X Mach-O;
en-US; rv:1.8b4) Gecko/20050728 Firefox/1.0+.
Summary: crashes mozilla → recursive iframe crash
Updated•20 years ago
|
Component: General → Layout: HTML Frames
Product: Firefox → Core
QA Contact: general → layout.html-frames
Version: unspecified → 1.7 Branch
My browser description:
Mozilla/5.0 (Windows; U; Windows NT 5.0; pt-BR; rv:1.7.8) Gecko/20050511
Firefox/1.0.4
Comment 5•20 years ago
|
||
*** This bug has been marked as a duplicate of 228829 ***
Status: UNCONFIRMED → RESOLVED
Closed: 20 years ago
Resolution: --- → DUPLICATE
Updated•7 years ago
|
Product: Core → Core Graveyard
Assignee | ||
Updated•7 years ago
|
Component: Layout: HTML Frames → Layout: Images
Product: Core Graveyard → Core
You need to log in
before you can comment on or make changes to this bug.
Description
•