<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://blogs.msdn.com/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>IE Code quality commentary...</title><link>http://blogs.msdn.com/larryosterman/archive/2004/10/18/244119.aspx</link><description>I just saw this post by Michal Zalewski on BugTraq. From the post: It appears that the overall quality of code, and more importantly, the amount of QA, on various browsers touted as "secure", is not up to par with MSIE; the type of a test I performed</description><dc:language>en-US</dc:language><generator>CommunityServer 2.1 SP1 (Build: 61025.2)</generator><item><title>re: IE Code quality commentary...</title><link>http://blogs.msdn.com/larryosterman/archive/2004/10/18/244119.aspx#244131</link><pubDate>Mon, 18 Oct 2004 21:00:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:244131</guid><dc:creator>mschaef</dc:creator><description>&amp;quot;I'm wondering when Michael's post will show up on slashdot.&amp;quot;&lt;br&gt;&lt;br&gt;It's now submitted, let's see what happens.</description></item><item><title>re: IE Code quality commentary...</title><link>http://blogs.msdn.com/larryosterman/archive/2004/10/18/244119.aspx#244137</link><pubDate>Mon, 18 Oct 2004 21:18:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:244137</guid><dc:creator>DoesntMatter</dc:creator><description>I have managed to crash IE using pretty straight forward Javascript code, so take these tests with a grain of salt. The tests are 'targeted' to non-IE browsers. If one was so inclined, they could do the exact opposite - write tests targeting IE and comment 'Non-IE browsers have much better code quality since they do not crash on these tests but IE does'.&lt;br&gt;&lt;br&gt;This is not to say the browsers which did crash on these tests don't have bad code, but so does IE. Given so many IE exploits, one can't say IE code base is very high quality, it may still have a plethora of holes of which no-one knows yet.</description></item><item><title>re: IE Code quality commentary...</title><link>http://blogs.msdn.com/larryosterman/archive/2004/10/18/244119.aspx#244142</link><pubDate>Mon, 18 Oct 2004 21:23:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:244142</guid><dc:creator>Larry Osterman</dc:creator><description>Michael wasn't testing the javascript interpreter, he was testing the HTML renderer.  I'm sure that his results would be different when looking at a different component.&lt;br&gt;&lt;br&gt;But in this case, he wasn't testing something that was targetted at non IE browsers.  As far as I know, all browsers CLAIM to handle HTML (if any of the tested browsers don't claim to support HTML, please let me know).&lt;br&gt;&lt;br&gt;In this case, he was simply performing a basic security test that should be performed by EVERY test department: Fuzzing the input.&lt;br&gt;&lt;br&gt;In other words, he took valid inputs and made them invalid in various ways, and tried to see what would happen when the browser tried to render the HTML.&lt;br&gt;&lt;br&gt;Remember - the bad guys don't write valid HTML.  They write INVALID HTML.  So if all your security testing is done with valid HTML, you're not thinking like a bad guy.&lt;br&gt;&lt;br&gt;</description></item><item><title>RE: IE Code quality commentary...</title><link>http://blogs.msdn.com/larryosterman/archive/2004/10/18/244119.aspx#244149</link><pubDate>Mon, 18 Oct 2004 21:38:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:244149</guid><dc:creator>Mike Dimmick</dc:creator><description>I simply won't consider FireFox until they implement a security manager. Currently XPCOM binary extensions have no security model at all. My complaint about IE's security manager is simply that it's pretty hard to say 'open this link in Restricted Sites'.&lt;br&gt;&lt;br&gt;However, they're doing better than the Linux kernel - they actually have smoke tests and test plans. I cannot *believe* the amount of praise that Linux gets when it's such an unknown quantity. Lest you suggest I have no experience, I was an active Linux user four years ago in the late 2.0.x/early 2.2.x days, and I clearly recall the regular disk-trashing bugs that appeared in the early 2.2 kernel series. The clean-room journalled filesystems are still a joke - your data is safer with ext2 than with ext3 or ReiserFS. If you want a journalled filesystem, go with SGI's XFS or IBM's JFS. Linux sites are deluding themselves that there are no problems in the OS. You have literally no way to know whether a new kernel release will work correctly on your system.&lt;br&gt;&lt;br&gt;Mozilla/Firefox smoke testing still appears to be post-checkin, though, not pre-checkin as I believe has become common practice at MS. It's not automated, which suggests the software wasn't designed-for-test.&lt;br&gt;&lt;br&gt;If you choose Microsoft software (and to a greater or lesser extent commercial software in general), you have to believe that Microsoft have tested the software to the best of their ability, and that the build/test labs that are mentioned genuinely exist, and that Microsoft personnel, and consultants hired by MS, have performed the security reviews they say they have and that they're skilled to do so. With Open Source, at its worst you have to believe that a nebulous collection of unknown people, of unknown size, of unknown skill, review all changes made to the software, typically with no release plan of features that are to be included.&lt;br&gt;&lt;br&gt;For serious business purposes, I know which one I choose.</description></item><item><title>re: IE Code quality commentary...</title><link>http://blogs.msdn.com/larryosterman/archive/2004/10/18/244119.aspx#244204</link><pubDate>Mon, 18 Oct 2004 23:26:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:244204</guid><dc:creator>DoesntMatter</dc:creator><description>Hole is a hole - no matter how it was exploited - thru architectural ignorance or otherwise. So your argument that HTML parser is significant than other portions of a browser is not valid. IE has bad code inspite of Microsoft's so called testing efforts and non-IE browsers too have bad code (arguably in different places) inspite/despite of their testing efforts. So what are we so happy about?&lt;br&gt;&lt;br&gt;Lets see in how many *days* Mozilla issues a fix and find out how what's the least it took Microsoft to issue fix for any of the previous exploits. &lt;br&gt;&lt;br&gt;Piece of software as complex as browser is going to have bugs - What matters is how soon it gets fixed and how many users does it affect. IE is _bad_ in both cases - it affects hell lot more users and Microsoft wasn't anywhere near quick to issue fix to known exploits.</description></item><item><title>re: IE Code quality commentary...</title><link>http://blogs.msdn.com/larryosterman/archive/2004/10/18/244119.aspx#244223</link><pubDate>Tue, 19 Oct 2004 00:01:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:244223</guid><dc:creator>Larry Osterman</dc:creator><description>Doesnt Matter: No, I'm NOT arguing that an HTML parser is significant.&lt;br&gt;&lt;br&gt;But I AM arguing that if their HTML parser failed this basic test, what will happen to their JavaScript interpreter?  What does this say about the methodologies used to test the components that make up their system?&lt;br&gt;&lt;br&gt;If extensive regression testing of a fix isn't a criteria, then your time to fix can be way smaller than if you have to run large regression suites.&lt;br&gt;&lt;br&gt;I don't have numbers, but I'm wondering how many fixes to Mozilla have to be revised after they were &amp;quot;fixed&amp;quot;?  I also don't have numbers for MS products, but I suspect (with no strong evidence) that it's somewhat lower.&lt;br&gt;&lt;br&gt;</description></item><item><title>re: IE Code quality commentary...</title><link>http://blogs.msdn.com/larryosterman/archive/2004/10/18/244119.aspx#244224</link><pubDate>Tue, 19 Oct 2004 00:06:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:244224</guid><dc:creator>DoesntMatter</dc:creator><description>Of the reported 3, 1 didnt crash on anyone, 1 was already fixed in Dev builds and I fixed the 3rd one myself - a simple NULL pointer deref. Within _hours_ everything suddenly feels safe, without having to hopelessly depend on the vendor to fix the problems. Isn't this magical compared to what would have happened with a closed source product? </description></item><item><title>re: IE Code quality commentary...</title><link>http://blogs.msdn.com/larryosterman/archive/2004/10/18/244119.aspx#244231</link><pubDate>Tue, 19 Oct 2004 00:17:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:244231</guid><dc:creator>DoesntMatter</dc:creator><description>Larry - Extensive regression testing applies to only such things as architectural changes. For instance - Previously you used to allow to run a active X control if you thought you are in Local zone. Now some one is able to trick you that you are in Local zone even though you aren't. Then you got to fundamentally  change the way you arrive at what is Local zone. That's going to break may be dozen things that rely on the original buggy way of your thinking and then yes - you need to regression test it. If it breaks - you need a ugly workaround instead of an elegant fix.&lt;br&gt;&lt;br&gt;Why would someone need to worry about regression in case of NULL pointer deref? &lt;br&gt;&lt;br&gt;It's altogether a different and easy game with OSS - If a elegant fix breaks something then you can easily/elegantly fix the source of the problem and all other dependents who rely upon that bug - no ugly workarounds and hell lot of regression testing is necessary.&lt;br&gt;&lt;br&gt;And I don't understand what you said in your last statement - I haven't heard Mozilla had to fix their fix any time - but I definitely remember couple such things happening with MS fixes.</description></item><item><title>re: IE Code quality commentary...</title><link>http://blogs.msdn.com/larryosterman/archive/2004/10/18/244119.aspx#244247</link><pubDate>Tue, 19 Oct 2004 01:07:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:244247</guid><dc:creator>Larry Osterman</dc:creator><description>I don't know if all bug fixes made with Mozilla have been error free.  I do know that on other OS projects, it has taken several revisions to create a security fix that didn't itself introduce new bugs.&lt;br&gt;&lt;br&gt;In &amp;lt;i this /i&amp;gt; case, the fix may have been simple and clean and easy.  In other cases, it's not at all as clear.&lt;br&gt;</description></item><item><title>re: IE Code quality commentary...</title><link>http://blogs.msdn.com/larryosterman/archive/2004/10/18/244119.aspx#244249</link><pubDate>Tue, 19 Oct 2004 01:13:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:244249</guid><dc:creator>Norman Diamond</dc:creator><description>10/18/2004 2:38 PM Mike Dimmick&lt;br&gt;&lt;br&gt;&amp;gt; I clearly recall the regular disk-trashing&lt;br&gt;&amp;gt; bugs that appeared in the early 2.2 kernel&lt;br&gt;&amp;gt; series.&lt;br&gt;&lt;br&gt;OK, I don't because I didn't experiment with Linux in those days.  I remember Windows 95's disk-trashing bugs from those days, and I remember Windows Server's 2003's disk-trashing bug from a few weeks ago.  And Windows 2000's disk-trashing bug from a time midway between those two.&lt;br&gt;&lt;br&gt;&amp;gt; Linux sites are deluding themselves that&lt;br&gt;&amp;gt; there are no problems in the OS.&lt;br&gt;&lt;br&gt;I haven't seen that, unless you mean some of the marketing pages on commercial vendors's sites.  If you hate the marketing more than I do, you're in luck:  you can buy a computer, even a notebook computer, without paying for an unwanted copy of Linux.  I've seen lots of sites reporting problems in Linux.  My own opinion also is that there are two essential differences between Linux and Windows:&lt;br&gt;(1) With Linux you DO get what you paid for (except if you paid for it).&lt;br&gt;(2) With Linux if something needs fixing, and if you're a programmer, then you DO have a snowball's chance in hell of fixing it.&lt;br&gt;&lt;br&gt;&amp;gt; If you choose Microsoft software [...] you&lt;br&gt;&amp;gt; have to believe that Microsoft have tested&lt;br&gt;&amp;gt; the software to the best of their ability&lt;br&gt;&lt;br&gt;No way.  Things as trivial installing Windows 98 Service Pack 1 (onto Windows 98 first edition), rebooting, and clicking the Start menu; or as trivial as installing Word 2000 upgrade on an existing Office 97 installation and clicking the Start menu, etc., pretty clearly demonstrate that Microsoft never tested them.  Sometimes Microsoft tests the US versions of their products, but the vast majority of their products don't benefit from that.&lt;br&gt;&lt;br&gt;And then last weekend I tried installing .NET Framework 1.1 SP1 onto Windows Server 2003.  There's a special version of that service pack for Windows 2003, separate from the version for the rest of Microsoft's OSes.  And it doesn't even install, it tries to dereference a null pointer during installation.  That's quite a reassuring security fix eh?&lt;br&gt;&lt;br&gt;This doesn't mean Linux is better, it just means Windows isn't.</description></item><item><title>re: IE Code quality commentary...</title><link>http://blogs.msdn.com/larryosterman/archive/2004/10/18/244119.aspx#244255</link><pubDate>Tue, 19 Oct 2004 01:23:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:244255</guid><dc:creator>DoesntMatter</dc:creator><description>To summarize - Software is hard to get right, _humans_ code software as of now and thusly there is every chance that it is not perfect - But you are better off when you have the source with you. You can fix it by some means if nothing else works out. You don't have to be at anyone's mercy. &lt;br&gt;&lt;br&gt;And most importantly if everything in open and out there, you get elegant fixes instead of mere workarounds and you have the ability and capacity to correct the design if need be, without having to worry too much about how many other closed things it might break. (Linux USB API is a good example of this - they changed it thrice and they fixed all the drivers dependent on it - no ugly workarounds and bloat.)</description></item><item><title>re: IE Code quality commentary...</title><link>http://blogs.msdn.com/larryosterman/archive/2004/10/18/244119.aspx#244391</link><pubDate>Tue, 19 Oct 2004 08:28:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:244391</guid><dc:creator>Andrew Shuttlewood</dc:creator><description>Woah!&lt;br&gt;&lt;br&gt;The teardrop TCP security fix took Microsoft two attempts to get right back in the day (and significantly longer than the equivalent Linux kernel patch).&lt;br&gt;&lt;br&gt;Software development in general is beginning to wake up to the needs of security and the basic truth that pretty much any bug can be a security hole.&lt;br&gt;&lt;br&gt;It's grossly unfair to state that the open-source world is radically worse than commercial vendors at this - security has taken a back burner for a lot of people. However in general, the people crying out at the beginning were much more able to work on open-source projects. If you look at the age of bounds-checking patches for gcc, at anti-stack-smashing approaches for the Linux kernel, amongst other things, these were all done before the big recent stink about security.&lt;br&gt;&lt;br&gt;I think it's a good thing that Microsoft have 'gotten' security - I think a lot of people underestimate what Microsoft can do, but to state that the open-source world is significantly worse is to do large portions of it a disservice. I was very impressed having had a quick look at some functions in MSDN that they have security notes accompanying them (strcat, strtok, sprintf), and I hope that this makes commercial vendors take notice.&lt;br&gt;&lt;br&gt;</description></item><item><title>re: IE Code quality commentary...</title><link>http://blogs.msdn.com/larryosterman/archive/2004/10/18/244119.aspx#244444</link><pubDate>Tue, 19 Oct 2004 11:43:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:244444</guid><dc:creator>comment</dc:creator><description>didn't crash firefox for me,&lt;br&gt;Mozilla/5.0 (Windows; U; Windows NT 5.1; rv:1.7.3) Gecko/20040913 Firefox/0.10.1</description></item><item><title>re: IE Code quality commentary...</title><link>http://blogs.msdn.com/larryosterman/archive/2004/10/18/244119.aspx#244449</link><pubDate>Tue, 19 Oct 2004 11:58:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:244449</guid><dc:creator>Mikael</dc:creator><description>That's quite interesting! &lt;br&gt;&lt;br&gt;However: One of the biggest flaws with IE is that it approves also broken code (html etc) for rendering and renders it. EVEN when the rules of a technology explicitly say that the parsing MUST be stopped at the first error.&lt;br&gt;&lt;br&gt;The fact that IE has been always so forgiving on the code has contributed greatly to the fact that most of the code on the Interweb is just plain crap in quality.&lt;br&gt;&lt;br&gt;I would personally like to drag every IE developer behind the sauna to be put out.</description></item><item><title>re: IE Code quality commentary...</title><link>http://blogs.msdn.com/larryosterman/archive/2004/10/18/244119.aspx#244451</link><pubDate>Tue, 19 Oct 2004 12:01:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:244451</guid><dc:creator>Marcus</dc:creator><description>I really dont know what is wrong here. Tested on firefox PR1.0 XP SP1 fully patched and there is is no crashing evidenced, even after several refreshes. &lt;br&gt;&lt;br&gt;However, I know that even a 'hardened' IE is no where near as safe as firefox in regards to viruses and spyware. I guess your not cleaning PC's for a living?</description></item><item><title>re: IE Code quality commentary...</title><link>http://blogs.msdn.com/larryosterman/archive/2004/10/18/244119.aspx#244479</link><pubDate>Tue, 19 Oct 2004 12:51:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:244479</guid><dc:creator>Splinter</dc:creator><description>Based on the specific URL's he has provided it appears that FireFox PR1 crashes on Mozilla-Die1 and 2 but it ok on all others.&lt;br&gt;&lt;br&gt;I agree that the provided tool should be run agains Mozilla and firefox for a considerable time to determin anyother code errors.&lt;br&gt;&lt;br&gt;As for the issue of rendering bad HTML I am against it, however old sites should not be shunned.  I think that if a browser incounters a doctype in the HTML header then it should be enforced.  and an error presented about bad html, with an option to do a best effort.&lt;br&gt;&lt;br&gt;If all browsers did this then all webdevelopers would produce valid code. </description></item><item><title>re: IE Code quality commentary...</title><link>http://blogs.msdn.com/larryosterman/archive/2004/10/18/244119.aspx#244486</link><pubDate>Tue, 19 Oct 2004 13:05:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:244486</guid><dc:creator>Adrian O'Connor</dc:creator><description>The live 'lite' script didn't kill my Firefox 1.0PR, but the natty Javascript console popped up to warn me of the illegal character. I do like Firefox's debugging tools.&lt;br&gt;&lt;br&gt;I'd say Firefox, in the build up to their first full release have been doing exactly the kind of tests Larry claims they don't do *&lt;br&gt;&lt;br&gt;* not based on any knowledge of any kind whatsoever, this is me speculating.</description></item><item><title>re: IE Code quality commentary...</title><link>http://blogs.msdn.com/larryosterman/archive/2004/10/18/244119.aspx#244488</link><pubDate>Tue, 19 Oct 2004 13:17:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:244488</guid><dc:creator>DoesntMatter</dc:creator><description>Fun for Larry (just hover mouse over the link in  IE - how did MS testing miss that one out? sorry if you already read slashdot :) -&lt;br&gt;&lt;a target="_new" href="http://www.diplo.nildram.co.uk/crashie.html"&gt;http://www.diplo.nildram.co.uk/crashie.html&lt;/a&gt;&lt;br&gt;</description></item><item><title>re: IE Code quality commentary...</title><link>http://blogs.msdn.com/larryosterman/archive/2004/10/18/244119.aspx#244502</link><pubDate>Tue, 19 Oct 2004 13:38:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:244502</guid><dc:creator>gilxa1226</dc:creator><description>[quote]I really dont know what is wrong here. Tested on firefox PR1.0 XP SP1 fully patched and there is is no crashing evidenced, even after several refreshes.[/quote]&lt;br&gt;&lt;br&gt;Same here.  It would be nice to know what versions he was running... I didn't see anything about that in the article... but I could have missed it.&lt;br&gt;&lt;br&gt;&lt;br&gt;</description></item><item><title>re: IE Code quality commentary...</title><link>http://blogs.msdn.com/larryosterman/archive/2004/10/18/244119.aspx#244503</link><pubDate>Tue, 19 Oct 2004 13:42:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:244503</guid><dc:creator>Larry Osterman</dc:creator><description>DoesntMatter: Works just fine for me in IE6 on SP2, no crash here.&lt;br&gt;</description></item><item><title>re: IE Code quality commentary...</title><link>http://blogs.msdn.com/larryosterman/archive/2004/10/18/244119.aspx#244505</link><pubDate>Tue, 19 Oct 2004 13:46:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:244505</guid><dc:creator>RCascos</dc:creator><description>I find this one also (also shown in Slashdot) really funny:&lt;br&gt;&lt;a target="_new" href="http://www.neilturner.me.uk/2004/May/04/the_input_type_crash_bug.html"&gt;http://www.neilturner.me.uk/2004/May/04/the_input_type_crash_bug.html&lt;/a&gt;&lt;br&gt;&lt;br&gt;I think it doesn't break Explorer now but it lasted quite a long time. My AVirus detects that web page as a Trojan when seen in Explorer. I find it strange that an AVirus does the work that the explorer should be doing.&lt;br&gt;&lt;br&gt;This errors are just HTML errors, no javascript involved. Are those workers paid for NOT doing what they should do?&lt;br&gt;&lt;br&gt;&amp;gt; you have to believe that Microsoft have &lt;br&gt;&amp;gt; tested the software to the best of their &lt;br&gt;&amp;gt; ability&lt;br&gt;&lt;br&gt;The thing is that I don't believe that any more (and many people agree with that). Users were doing beta testing for them. Now they are starting to get better but ... sorry, too late. </description></item><item><title>re: IE Code quality commentary...</title><link>http://blogs.msdn.com/larryosterman/archive/2004/10/18/244119.aspx#244508</link><pubDate>Tue, 19 Oct 2004 13:50:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:244508</guid><dc:creator>RCascos</dc:creator><description>OK it doesn't crash in Explorer XPSP2 ... please, when will I have it for my Windows98, 2000, ME, ...?&lt;br&gt;I find it funny that MS is saying that they have improved many things in Explorer XPSP2 when most Windows users can not use it (just because they are not using WinXP).&lt;br&gt;Sorry, that's not an answer.&lt;br&gt;Oh, if you would like to know, I have XPSP1 fully patched ... and that web page crashes the browser.</description></item><item><title>Quality of MS Internet Explorer</title><link>http://blogs.msdn.com/larryosterman/archive/2004/10/18/244119.aspx#244511</link><pubDate>Tue, 19 Oct 2004 16:53:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:244511</guid><dc:creator>Brennan's Weblog</dc:creator><description>In a recent blog entry in Larry Osterman's WebLog he explains various browsers other than MSIE have trouble with malformed HTML markup. He claims they have a security problem while MSIE is essentially bulletproof. He cites Michael Zalewski with an...</description></item><item><title>re: IE Code quality commentary...</title><link>http://blogs.msdn.com/larryosterman/archive/2004/10/18/244119.aspx#244541</link><pubDate>Tue, 19 Oct 2004 14:44:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:244541</guid><dc:creator>chris</dc:creator><description>IE with tabs : &lt;a target="_new" href="http://www.myie2.com/html_en/home.htm"&gt;http://www.myie2.com/html_en/home.htm&lt;/a&gt; (pre-empting any firefox zealots screaming about IE having no tabs. Also features adblocking, google bar support.&lt;br&gt;&lt;br&gt;Incidently, I wonder if firefox PR 1.0 still has the proxy bug that means you get an authorisation dialog for every resource.&lt;br&gt;&lt;br&gt;I'm not anti-firefox, I use it myself, it's just people moaning about IE when it was a leader for years gets a tad laborious.</description></item><item><title>re: IE Code quality commentary...</title><link>http://blogs.msdn.com/larryosterman/archive/2004/10/18/244119.aspx#244546</link><pubDate>Tue, 19 Oct 2004 14:53:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:244546</guid><dc:creator>JD</dc:creator><description>Strange, the first example crashes my IE with XPSP2. My IE version string is 6.0.2900.2180.xpsp_sp2_rtm.040803-2158</description></item><item><title>re: IE Code quality commentary...</title><link>http://blogs.msdn.com/larryosterman/archive/2004/10/18/244119.aspx#244547</link><pubDate>Tue, 19 Oct 2004 14:57:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:244547</guid><dc:creator>chris</dc:creator><description>incidently &lt;a target="_new" href="http://www.diplo.nildram.co.uk/crashie.html"&gt;http://www.diplo.nildram.co.uk/crashie.html&lt;/a&gt; doesn't crash with myie2/maxathon</description></item><item><title>re: IE Code quality commentary...</title><link>http://blogs.msdn.com/larryosterman/archive/2004/10/18/244119.aspx#244564</link><pubDate>Tue, 19 Oct 2004 15:31:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:244564</guid><dc:creator>vdboor</dc:creator><description>Something great to mention: none of the tests seams to crash Konqueror :)</description></item><item><title>re: IE Code quality commentary...</title><link>http://blogs.msdn.com/larryosterman/archive/2004/10/18/244119.aspx#244576</link><pubDate>Tue, 19 Oct 2004 16:04:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:244576</guid><dc:creator>rr</dc:creator><description>sounds like many of those bugs have already been fixed on various platforms/updated versions of FF.  and for those that haven't, i'm sure they will be fixed quickly enough.  i hope Zalewski continues to find bugs so that the quality of the code will continue to be improved by open-source developers worldwide.  &lt;br&gt;&lt;br&gt;really, who needs IE anymore except MS to try to trick/force users into being locked into their proprietary stuff. </description></item><item><title>Where's the code?  Try Konqueror/Safari</title><link>http://blogs.msdn.com/larryosterman/archive/2004/10/18/244119.aspx#244593</link><pubDate>Tue, 19 Oct 2004 16:32:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:244593</guid><dc:creator>Matthew C. Tedder</dc:creator><description>&lt;br&gt;The Mozilla code-base has never impressed me in the first place.  &lt;br&gt;&lt;br&gt;I ran a Cyber Cafe for a year on GNU/Linux server w/ X Terminals and Mozilla was by far the most unreliable application--freezing entire user sessions.  &lt;br&gt;&lt;br&gt;Firefox is a huge improvement and now seems reasonable.  IE on Windows XP and Win2K3 Server also crashes a lot for me--do not know why.  &lt;br&gt;&lt;br&gt;BUT--once Konqueror is properly configured (cause it never is, out of the box), it's highly reliable.  In the past, it still had rendering issues but nothing significant any longer.  Even when it did crash, it didn't freeze up a user session like Mozilla or, sometimes IE.  Konqueror, after all, isn't a browser--it uses the khtml kpart to render (and the most recent versions of khtml also enables wysiwyg editing capabilities).  &lt;br&gt;&lt;br&gt;But Safari on Macintosh uses khtml and is pretty well configured from the start. &lt;br&gt;&lt;br&gt;To be honest, I've been long impressed with khtml's ability to render malformed html.  And it's light and quick, too.  It uses full C++ and thus largely avoids the tendency of C to have buffer overflow errors, and numerous other kinds of errors.&lt;br&gt;&lt;br&gt;Matthew&lt;br&gt;</description></item><item><title>re: IE Code quality commentary...</title><link>http://blogs.msdn.com/larryosterman/archive/2004/10/18/244119.aspx#244595</link><pubDate>Tue, 19 Oct 2004 16:32:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:244595</guid><dc:creator>Torr Randell</dc:creator><description>I used to work with you at msft on Exchange I was in QA for backup/restore. I then worked on MS Agent and I recall we spend time testing our API's for buffer overload and rnd crap being sent to them. Recently I started a project to extend IE by adding lots of features like tab browsing, memoing, blogging, etc... and was planning on giving it away for free. The thing that killed that project was how buggy and some cases incomplete the IE API calls are in how they work togather. In the end I think all the functionality I wanted to add could be added but IE would be very unstable and thus no one would use my extensions. Its great IE is more stable than the other browsers, my own experience agrees with that, but I use it 50/50 with Firefox and I still get IE hanging often but not as often as Firefox. For me its a mixture of features vs. stability. I think msft really missed the boat on not making IE a killer app when they had the market and redifining what a browser is. I guess it didn't bring in direct revenue and was thus expendable.&lt;br&gt;&lt;br&gt;Torr Randell</description></item><item><title>re: IE Code quality commentary...</title><link>http://blogs.msdn.com/larryosterman/archive/2004/10/18/244119.aspx#244599</link><pubDate>Tue, 19 Oct 2004 16:46:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:244599</guid><dc:creator>Ron</dc:creator><description>I totally confused Michael Zalewski with Mark Zibowski</description></item><item><title>re: IE Code quality commentary...</title><link>http://blogs.msdn.com/larryosterman/archive/2004/10/18/244119.aspx#244613</link><pubDate>Tue, 19 Oct 2004 17:04:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:244613</guid><dc:creator>Scott</dc:creator><description>Welcome to the Slashdotting pal!&lt;br&gt;&lt;br&gt;The page didn't crash my browser, FireFox 1.0 PR running on Windows 2000 SP4</description></item><item><title>re: IE Code quality commentary...</title><link>http://blogs.msdn.com/larryosterman/archive/2004/10/18/244119.aspx#244688</link><pubDate>Tue, 19 Oct 2004 19:13:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:244688</guid><dc:creator>Heikki Toivonen</dc:creator><description>To Mike Dimmick:&lt;br&gt;&lt;br&gt;&amp;quot;Currently XPCOM binary extensions have no security model at all.&amp;quot;&lt;br&gt;&lt;br&gt;It's because they don't need any security model. XPCOM is not ActiveX. You install XPCOM components into your system like any other dynamic libraries - you have to know beforehand if you trust them or not. This is no different from installing any IE addons to your hard drive.&lt;br&gt;&lt;br&gt;&amp;quot;Mozilla/Firefox smoke testing still appears to be post-checkin, though, not pre-checkin as I believe has become common practice at MS. It's not automated, which suggests the software wasn't designed-for-test.&amp;quot;&lt;br&gt;&lt;br&gt;Smoke testing is generally post checkin (for some big changes the developers make test releases that are tested before the checkin is made). However, there are automated tests happening after checkin - page load tests, new window test, startup test, footprint, ... Also, every day thousands of volunteers download the nightly builds and use them and report bugs.&lt;br&gt;&lt;br&gt;&amp;quot;If you choose Microsoft software ... have performed the security reviews they say they have and that they're skilled to do so.&amp;quot;&lt;br&gt;&lt;br&gt;It's in the company's best interest to claim so, but since it's closed source we have no way to know what they have done and how good their people and processes are. With open source, we at least can find out this information. Several types of reviews, including security reviews by security professionals, have been done on Mozilla source code.</description></item><item><title>re: IE Code quality commentary...</title><link>http://blogs.msdn.com/larryosterman/archive/2004/10/18/244119.aspx#244702</link><pubDate>Tue, 19 Oct 2004 19:46:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:244702</guid><dc:creator>lowercase josh</dc:creator><description>I hope those who tried this and didn't get a crash immediately closed and restarted the browser.  It might corrupt memory and not crash until much later, possibly causing additional data corruption along the way.  (The same could be true with IE, but I assume the original tester knows what he's doing.)&lt;br&gt;&lt;br&gt;What this really makes me wonder about is something like... &lt;a target="_new" href="http://khtml-win32.sourceforge.net/"&gt;http://khtml-win32.sourceforge.net/&lt;/a&gt;  :(</description></item><item><title>re: IE Code quality commentary...</title><link>http://blogs.msdn.com/larryosterman/archive/2004/10/18/244119.aspx#244760</link><pubDate>Tue, 19 Oct 2004 21:25:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:244760</guid><dc:creator>Tom</dc:creator><description>Is there some mis-understanding. The tool used, which it seems like everyone is pointing to is brute force test. This means that it produces random html code 99.99% of the time, the browser will cope, but when it refreshes the codefor the 1 millionth permutation, the browser may, or may not crash. Using the script that he was useing, it took him 2 hours, to find those 2 &amp;quot;security&amp;quot; problems, (browser crashes). and thats with the code running on the local machine and auto-refress on. So... it probably wont crash the time that you use it, unless your realy un-lucky. oh, and to find bugs to crash firefox, all you have to do is to search bugzilla.mozilla.org beleve me, you can find plenty. shame we cant see Micro$ofts bug racker, sure to be large i would imagin ... &lt;br&gt;Tom </description></item><item><title>re: IE Code quality commentary...</title><link>http://blogs.msdn.com/larryosterman/archive/2004/10/18/244119.aspx#244828</link><pubDate>Wed, 20 Oct 2004 00:03:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:244828</guid><dc:creator>Negativeions</dc:creator><description>Larry - Why do you advocate Microsoft and closed source software? You know what people like you are? Insane. Why would poeple write OSS in the first place if existing solutions weren't sufficient? Of course the Firefox team  knows what they're doing. Have you ever visited mozilla.org even? If you believe that MS software is better, hey, go ahead. May your system be riddled with spyware/malware and many a virus. But preaching crap should not be tolerated. Does microsoft pay you for this? Throughout their existence they've lied and cheated their way to the top. They're not on top because they make good software. A lot of companies are not on top becasue of quality software. This isn't hard to see. Many people know this. You'd have to be blind not to see how big of a problem microsoft is. This is capitalism. You're advocating shit, pal. People like you are partly the reason computer technology is behind at least 10 years.</description></item><item><title>re: IE Code quality commentary...</title><link>http://blogs.msdn.com/larryosterman/archive/2004/10/18/244119.aspx#244857</link><pubDate>Wed, 20 Oct 2004 01:17:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:244857</guid><dc:creator>Norman Diamond</dc:creator><description>&lt;a target="_new" href="&lt;a target="_new" href="http://www.diplo.nildram.co.uk/crashie.html"&gt;http://www.diplo.nildram.co.uk/crashie.html&lt;/a&gt;"&gt;&lt;a target="_new" href="http://www.diplo.nildram.co.uk/crashie.html"&gt;http://www.diplo.nildram.co.uk/crashie.html&lt;/a&gt;&lt;/a&gt; caused 3 IE windows to close, among the 7 that were open at the time.  If processes were properly isolated from each other then only 2 IE windows should have closed, not 3.  The reason for generously allowing 2 was that I had opened &lt;a target="_new" href="&lt;a target="_new" href="http://www.diplo.nildram.co.uk/crashie.html"&gt;http://www.diplo.nildram.co.uk/crashie.html&lt;/a&gt;"&gt;&lt;a target="_new" href="http://www.diplo.nildram.co.uk/crashie.html"&gt;http://www.diplo.nildram.co.uk/crashie.html&lt;/a&gt;&lt;/a&gt; by right-clicking a link and selecting &amp;quot;open in new window&amp;quot;, which sort-of implies that IE's bugs will kill both windows together.&lt;br&gt;&lt;br&gt;Of course I told the crash reporter to send a report to Microsoft, but I kind of doubt that the report includes the above facts.&lt;br&gt;&lt;br&gt;As usual I can't use the mouse to copy and paste from a dialog box, such as the dialog box displaying IE's version number.</description></item><item><title>re: IE Code quality commentary...</title><link>http://blogs.msdn.com/larryosterman/archive/2004/10/18/244119.aspx#245065</link><pubDate>Wed, 20 Oct 2004 13:54:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:245065</guid><dc:creator>Mike Dimmick</dc:creator><description>I don't know if Heikki will come back here or not, but anyway: XPCOM is a binary interface, XPInstall is an installer solution, you can script XPCOM and XPInstall in Mozilla and FireFox using XPConnect. The net result is that - just like ActiveX - a site author can cause an unmanaged binary component to be downloaded by the browser, installed, then scripted by the page. &lt;br&gt;&lt;br&gt;Firefox 1.0 PR does now have an information bar similar to IE 6.0/XP SP2's, when a site tries to install a component. Unlike IE's, the user can only opt to allow sites to install components, rather than allow this single installation. If the user chooses to allow, and tries again, you get a dialog with 'Install Now' and 'Cancel' options. There's a timeout to stop you just pressing Enter, but the default is still 'Install Now' - unlike IE's, which is 'Don't Install'.&lt;br&gt;&lt;br&gt;Once the component is installed, if the component's interface is marked [scriptable], it can be scripted. There's no equivalent of 'Safe for Initialization', or the IObjectSafety interface, where the object can participate in safety decisions. The only option is to either enable or disable JavaScript. I saw mention that only scripts from the same site as the page will be able to script objects in the page, but that's not much hardship for a determined spyware-injector.&lt;br&gt;&lt;br&gt;It's another case where Microsoft's actual security *model* is stronger, but has been let down - in the past - by a weak *implementation*.</description></item><item><title>re: IE Code quality commentary...</title><link>http://blogs.msdn.com/larryosterman/archive/2004/10/18/244119.aspx#245182</link><pubDate>Wed, 20 Oct 2004 16:54:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:245182</guid><dc:creator>Scott</dc:creator><description>Negativeions:&lt;br&gt;uhhhhhhhhhhhhhhhhhhhhhh?&lt;br&gt;&lt;br&gt;Larry: Maybe you need an &amp;quot;About Me&amp;quot; link on the left.</description></item><item><title>Fuzzy interfaces</title><link>http://blogs.msdn.com/larryosterman/archive/2004/10/18/244119.aspx#245222</link><pubDate>Wed, 20 Oct 2004 20:46:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:245222</guid><dc:creator>Larry Osterman's WebLog</dc:creator><description /></item><item><title>Fuzzy interfaces</title><link>http://blogs.msdn.com/larryosterman/archive/2004/10/18/244119.aspx#245232</link><pubDate>Wed, 20 Oct 2004 20:55:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:245232</guid><dc:creator>Larry Osterman's WebLog</dc:creator><description /></item><item><title>re: IE Code quality commentary...</title><link>http://blogs.msdn.com/larryosterman/archive/2004/10/18/244119.aspx#245362</link><pubDate>Wed, 20 Oct 2004 21:49:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:245362</guid><dc:creator>Richard</dc:creator><description>Rendering bad HTML is probably the only thing IE is good at (it sure can't render correct HTML properly)&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;[quote]&lt;br&gt; IE with tabs : &lt;a target="_new" href="http://www.myie2.com/html_en/home.htm"&gt;http://www.myie2.com/html_en/home.htm&lt;/a&gt; (pre-empting any firefox zealots screaming about IE having no tabs. Also features adblocking, google bar support.&lt;br&gt;[/quote]&lt;br&gt;&lt;br&gt;MyIE 2 is about twice as buggy and random-crash-prone than regular IE.  And it eats up a rediculous amount of memory when you have lots of tabs open.</description></item><item><title>re: IE Code quality commentary...</title><link>http://blogs.msdn.com/larryosterman/archive/2004/10/18/244119.aspx#246098</link><pubDate>Fri, 22 Oct 2004 02:48:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:246098</guid><dc:creator>M$ Left</dc:creator><description>&lt;a target="_new" href="http://it.slashdot.org/it/04/10/20/1344208.shtml?tid=172&amp;amp;tid=113&amp;amp;tid=154&amp;amp;tid=114&amp;amp;tid=218"&gt;http://it.slashdot.org/it/04/10/20/1344208.shtml?tid=172&amp;amp;tid=113&amp;amp;tid=154&amp;amp;tid=114&amp;amp;tid=218&lt;/a&gt;</description></item><item><title>re: IE Code quality commentary...</title><link>http://blogs.msdn.com/larryosterman/archive/2004/10/18/244119.aspx#246100</link><pubDate>Fri, 22 Oct 2004 02:50:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:246100</guid><dc:creator>geek</dc:creator><description>&lt;a target="_new" href="http://www.diplo.nildram.co.uk/crashie.html"&gt;http://www.diplo.nildram.co.uk/crashie.html&lt;/a&gt;&lt;br&gt;crashed my IE+XP/SP2 ;-9</description></item><item><title>re: IE Code quality commentary...</title><link>http://blogs.msdn.com/larryosterman/archive/2004/10/18/244119.aspx#246355</link><pubDate>Fri, 22 Oct 2004 16:26:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:246355</guid><dc:creator>Larry Osterman</dc:creator><description>Let me be perfectly clear.  I never said that IE was perfect.  The IE team doesn't say that IE's perfect (&lt;a target="_new" href="http://blogs.msdn.com/ie/archive/2004/10/21/246010.aspx"&gt;http://blogs.msdn.com/ie/archive/2004/10/21/246010.aspx&lt;/a&gt;).&lt;br&gt;&lt;br&gt;But I AM saying that we tested against fuzzed input, and that testing against fuzzed input is necessary.&lt;br&gt;&lt;br&gt;People need to get away from the idea that just the input is syntatically incorrect it can be ignored.&lt;br&gt;</description></item><item><title>SiEd blog &amp;raquo; Testing</title><link>http://blogs.msdn.com/larryosterman/archive/2004/10/18/244119.aspx#246652</link><pubDate>Sat, 23 Oct 2004 16:31:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:246652</guid><dc:creator>TrackBack</dc:creator><description>SiEd blog &amp;amp;raquo; Testing</description></item><item><title>re: IE Code quality commentary...</title><link>http://blogs.msdn.com/larryosterman/archive/2004/10/18/244119.aspx#251030</link><pubDate>Tue, 02 Nov 2004 12:23:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:251030</guid><dc:creator>Petr Kadlec</dc:creator><description>Updates: &lt;a target="_new" href="http://www.newsforge.com/article.pl?sid=04/11/01/1558216"&gt;http://www.newsforge.com/article.pl?sid=04/11/01/1558216&lt;/a&gt; &lt;a target="_new" href="http://www.securityfocus.com/archive/1/379207/2004-10-20/2004-10-26/0"&gt;http://www.securityfocus.com/archive/1/379207/2004-10-20/2004-10-26/0&lt;/a&gt;</description></item></channel></rss>