Is this a big deal? It's amusing that it is such a simple chunk of HTML, but I was under the impression that it's not terribly difficult to DoS the average browser. I accidentally discovered some very simple HTML that reliably crashes Outlook whenever you try to view or preview the message a while back. I reported it and I think they eventually fixed it.
How do you DoS chrome?
This page crashes Internet Explorer, even version 9 and 10.
81–90 of 94 posts
Re: This page crashes Internet Explorer, even version 9 and 10.
#82Re: This page crashes Internet Explorer, even version 9 and 10.
#83Earlier quoted context omitted.
https://connect.microsoft.com/IE/feedback/details/554467/loa...
After logging in, I get this: > Page Not Found > The content that you requested cannot be found or you do not have permission to view it. Did they remove the item?
Re: This page crashes Internet Explorer, even version 9 and 10.
#84Earlier quoted context omitted.
Obviously this is a bug in IE that needs to be fixed and it's Microsoft's responsibility to ensure that their browser doesn't crash in invalid input, but end users don't actually care about the browser either (they don't even know what a browser is), they care about your site crashing.
I'd say that most do care about their browser. Chrome wouldn't have sped to such popularity otherwise, nor Firefox before it, nor Mozilla, nor... IE. If users didn't care we'd perhaps all still be using Mosaic.
Not that there's anything wrong with that, but I don't think Chrome would be anything near what it is today without all of the google.com referrals.
Re: This page crashes Internet Explorer, even version 9 and 10.
#85(using 9.0.8112.16421)
Re: This page crashes Internet Explorer, even version 9 and 10.
#86Earlier quoted context omitted.
well, that would be stupid
Not necessarily - I don't understand how software interacts with, for example, digital cable. I've seen certain channels crash my cable box before. It wouldn't be that surprising to see a certain show reliably crash the cable box.
Two characters are in a race: one to build an impervious record player, the other to design a record that - when played - sets up feedback in the record player sufficient to destroy it.
It's a stunningly simple intro to a fairly deep topic: NP completeness, input validation, etc.
Re: This page crashes Internet Explorer, even version 9 and 10.
#87On IE 9 on Windows 7 it just causes the tab to load forever. Maybe the bug has been patched?
Re: This page crashes Internet Explorer, even version 9 and 10.
#88I think the most shocking thing is when you follow it through to the MSDN bug discussion—and you find people blaming the author for writing invalid HTML. Apparently IE doesn’t need to follow the robustness principle. http://en.wikipedia.org/wiki/Robustness_principle
This isn't a case of "Robustness principle". Not crashing on invalid input is just plain old decent programming, not to mention secure programming. Programs should not crash on invalid inputs, period. "Robustness" as in the robustness principle refers to trying to actually process invalid data and go make a guess at what the functionality should be. In fact, you can make quite a case that "robustness" as defined that…
Re: This page crashes Internet Explorer, even version 9 and 10.
#89This is indeed shocking. I cannot recall a time in which I was subjected to using software which contained a bug. I sincerely hope this does not become a trend.
Re: This page crashes Internet Explorer, even version 9 and 10.
#90Earlier quoted context omitted.
I'd say that most do care about their browser. Chrome wouldn't have sped to such popularity otherwise, nor Firefox before it, nor Mozilla, nor... IE. If users didn't care we'd perhaps all still be using Mosaic.
One could make a good argument that Chrome was only adopted due to Google's popularity in the search space, and leveraging that to push messages along the lines of "Upgrade your browser". Not that there's anything wrong with that, but I don't think Chrome would be anything near what it is today without all of the google.com referrals.