Closed
Bug 64020
Opened 24 years ago
Closed 24 years ago
Recursive frames cause memory bloat and eventually crash
Categories
(Core :: Layout: Images, Video, and HTML Frames, defect)
Tracking
()
People
(Reporter: netdragon, Assigned: pollmann)
Details
Attachments
(2 files)
If a page has two frames, one containing text and the other recursively
containing the page the two frames were in or text and an iframe recursively
containing the page the iframe and text were defined in causes the processor to
go phsycho, memory bloat, and an eventual invalid memory write if you wait long
enough. Test cases to be attached.
Page 1:
-Frame 1
-Frame 1
-Frame 1
-Frame 1
-Frame 1
-Etc
-Frame 2
-Frame 2
-Frame 2
-Frame 2
-Frame 2
I recommend only allowing a certain number of recursive frames.
Note IE doesn't load any recursive frames.
Reporter | ||
Comment 1•24 years ago
|
||
Reporter | ||
Comment 2•24 years ago
|
||
Reporter | ||
Comment 3•24 years ago
|
||
BTW - the second file is a tar.
Comment 4•24 years ago
|
||
*** This bug has been marked as a duplicate of 8065 ***
Status: UNCONFIRMED → RESOLVED
Closed: 24 years ago
Resolution: --- → DUPLICATE
Reporter | ||
Comment 5•24 years ago
|
||
Sorry. I did a search but didn't bring that bug up.
Status: RESOLVED → VERIFIED
Updated•6 years ago
|
Product: Core → Core Graveyard
Updated•6 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
•