Closed
Bug 298080
Opened 20 years ago
Closed 20 years ago
image crash
Categories
(Firefox :: General, defect)
Tracking
()
RESOLVED
DUPLICATE
of bug 289864
People
(Reporter: dcrteam.acentillo, Unassigned)
Details
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; es-ES; rv:1.7.8) Gecko/20050511 Firefox/1.0.4
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; es-ES; rv:1.7.8) Gecko/20050511 Firefox/1.0.4
I have observed that his navigator does not contemplate the possibility of
verifying certain values in HTML to avoid to fall in hangs total. Be worth like
example following code HTML
< IMG SRC="./imagecrash.jpg" width="9999999" height="9999999" >
Reproducible: Always
Steps to Reproduce:
1.Make a HTML page with this code:
<HTML>
<BODY>
<IMG SRC="./imagecrash.jpg" width="9999999" height="9999999">
</BODY>
</HTML>
2. Execute it
Actual Results:
Navigator crash and S.O. he becomes unstable
He would be very simple that added a system of detection of the resolution of
the screen that the user uses and did not allow values over the same one. The
same it would be possible to be applied for formats of video, and any other type
pertaining to the multimedia.
Comment 1•20 years ago
|
||
*** This bug has been marked as a duplicate of 289864 ***
Group: security
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
•