Page 1 of 1

This Little Code Broken and Freeze All My PC

Posted: Tue Mar 16, 2010 2:35 pm
by Fred2
Hello,

This little code broken and freeze all my pc and of course Firefox 3.6 on XPSP3

1Go Ram+RamCache in use with this code and i must wait 10 minutes for use my pc (WithOnly512MoRambus) :shock:

(Process firefox.exe with this code = more than 600 Mo ... ("*"normal"*" = 200Mo))

How protect my pc ? NoScript currently do not protect against this type of code.

Code: Select all

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<title></title>
</head>
<body style="overflow: hidden;">
<table width="10000" height="10000" border="0" cellpadding="5" cellspacing="0" bgcolor="#FF0000">
  <tr>
    <td valign="top"><input type="button" name="Button" value="Button" onClick="javascript:void(document.body.style.overflow = 'visible');"></td>
  </tr>
</table>
</body>
</html>
Source code ; read this topic :
setting overflow=hidden then overflow=visible no scrollbars • mozillaZine Forums
http://forums.mozillazine.org/viewtopic.php?f=9&t=1781275

Auto-Source text ; for this post :
This Little Code Broken and Freeze All My PC :
http://forums.mozillazine.org/viewtopic.php?f=38&t=1801805

Thank you for solution. :idea: :arrow: Improving NoScript :P ... and Firefox (Gecko) :mrgreen: !