Slashdot Mirror


Bring Down Internet Explorer In Six Words

Marcion writes "Some handy Japanese guy called Hamachiya discovered a bug in Internet Explorer. Under certain conditions, an asterisk when used as a wildcard can crash IE as soon as the user attempts to go to another page." The article claims the "five HTML tags and a CSS declaration" crash IE7 as well as IE6, but I couldn't get IE7 to fail. This page says that as of June, IE6 was at about 37% market share and IE7 under 20%.

6 of 239 comments (clear)

  1. Hmm.. by wumpus188 · · Score: 4, Informative

    It indeed crashes IE here... Windows 2K3, IE7

  2. Re:If you don't speak Japanese.... by Barny · · Score: 5, Informative

    http://www.foxnews.com/story/0,2933,292245,00.html

    Ask and ye shall receive :)

    A bit anti-climactic really.

    --
    ...
    /me sighs
  3. IE Usage @ w3schools? by asylumx · · Score: 5, Informative

    as of June, IE6 was at about 37% market share and IE7 under 20%

    Yeah, but don't you think w3schools would be a bit biased? W3schools is a site full of tutorials and information for developers. Developers tend to prefer FireFox due to its robust plugin system and some of the excellent plugins for that system (Firebug, Web Tools, etc.) so I'm not surprised that FireFox has a higher rate of use on such a site. In fact, I am surprised that it's not higher!
  4. Re:Is it crashed or not? by Bacon+Bits · · Score: 5, Informative

    It's not a crash, per se. It's a forced closure due to an illegal operation of one component of the browser with code in mshtml.dll.

    An exception was thrown that was not properly caught. The error is caused by improper error trapping. Otherwise, the browser would just render things improperly or claim there was an error on the page because it doesn't properly parse and render the style tag.

    --
    The road to tyranny has always been paved with claims of necessity.
  5. Also crashes Outlook... by eglass1 · · Score: 4, Informative

    If you include it in the body of an HTML mail message.

  6. Re:Is it crashed or not? by GooberToo · · Score: 4, Informative

    Pre-tell then, what is a crash?

    When an exception is thrown and is not properly caught. The error is caused by improper error trapping. This is a classic "crash." ;)