<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	>
<channel>
	<title>Comments on: NSURLConnection Crashing Epidemic</title>
	<atom:link href="http://www.red-sweater.com/blog/452/nsurlconnection-crashing-epidemic/feed" rel="self" type="application/rss+xml" />
	<link>http://www.red-sweater.com/blog/452/nsurlconnection-crashing-epidemic</link>
	<description>Mac &#38; Technology Writings by Daniel Jalkut</description>
	<pubDate>Sun,  6 Jul 2008 16:17:38 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5.1</generator>
		<item>
		<title>By: neuroklinik</title>
		<link>http://www.red-sweater.com/blog/452/nsurlconnection-crashing-epidemic#comment-136343</link>
		<dc:creator>neuroklinik</dc:creator>
		<pubDate>Wed, 02 Apr 2008 17:42:53 +0000</pubDate>
		<guid isPermaLink="false">http://www.red-sweater.com/blog/452/nsurlconnection-crashing-epidemic#comment-136343</guid>
		<description>Daniel:

After posting this and conducting more research, I realized that there were likely more than one issue at play.

Thanks for the heads up. I'll file a bug.

cbf</description>
		<content:encoded><![CDATA[<p>Daniel:</p>
<p>After posting this and conducting more research, I realized that there were likely more than one issue at play.</p>
<p>Thanks for the heads up. I&#8217;ll file a bug.</p>
<p>cbf</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Daniel Jalkut</title>
		<link>http://www.red-sweater.com/blog/452/nsurlconnection-crashing-epidemic#comment-136342</link>
		<dc:creator>Daniel Jalkut</dc:creator>
		<pubDate>Wed, 02 Apr 2008 14:51:14 +0000</pubDate>
		<guid isPermaLink="false">http://www.red-sweater.com/blog/452/nsurlconnection-crashing-epidemic#comment-136342</guid>
		<description>Thanks neuroklinik - but I believe the crash you're seeing is separate from this one that I reported. I've heard from others that there are specifically crashes having to do with proxy servers and NSURLConnection, which it sounds like you're running into.

Suggest reporting these bugs to Apple !</description>
		<content:encoded><![CDATA[<p>Thanks neuroklinik - but I believe the crash you&#8217;re seeing is separate from this one that I reported. I&#8217;ve heard from others that there are specifically crashes having to do with proxy servers and NSURLConnection, which it sounds like you&#8217;re running into.</p>
<p>Suggest reporting these bugs to Apple !</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: neuroklinik</title>
		<link>http://www.red-sweater.com/blog/452/nsurlconnection-crashing-epidemic#comment-136341</link>
		<dc:creator>neuroklinik</dc:creator>
		<pubDate>Wed, 02 Apr 2008 14:23:47 +0000</pubDate>
		<guid isPermaLink="false">http://www.red-sweater.com/blog/452/nsurlconnection-crashing-epidemic#comment-136341</guid>
		<description>FWIW, the patch for CVE-2008-0058 did NOT resolve this issue for me.

I'm having severe Safari crashes when behind an authenticating proxy. When on a network where the proxy isn't in play, Safari is much more reliable. Behind the proxy, I can trigger repeatable crashes just by visiting store.apple.com.</description>
		<content:encoded><![CDATA[<p>FWIW, the patch for CVE-2008-0058 did NOT resolve this issue for me.</p>
<p>I&#8217;m having severe Safari crashes when behind an authenticating proxy. When on a network where the proxy isn&#8217;t in play, Safari is much more reliable. Behind the proxy, I can trigger repeatable crashes just by visiting store.apple.com.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Daniel Jalkut</title>
		<link>http://www.red-sweater.com/blog/452/nsurlconnection-crashing-epidemic#comment-136130</link>
		<dc:creator>Daniel Jalkut</dc:creator>
		<pubDate>Tue, 18 Mar 2008 22:36:39 +0000</pubDate>
		<guid isPermaLink="false">http://www.red-sweater.com/blog/452/nsurlconnection-crashing-epidemic#comment-136130</guid>
		<description>Awesome! They had told me they were looking into a fix but I wasn't sure when it would show up :) What great news.</description>
		<content:encoded><![CDATA[<p>Awesome! They had told me they were looking into a fix but I wasn&#8217;t sure when it would show up :) What great news.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: heavyboots</title>
		<link>http://www.red-sweater.com/blog/452/nsurlconnection-crashing-epidemic#comment-136129</link>
		<dc:creator>heavyboots</dc:creator>
		<pubDate>Tue, 18 Mar 2008 21:34:31 +0000</pubDate>
		<guid isPermaLink="false">http://www.red-sweater.com/blog/452/nsurlconnection-crashing-epidemic#comment-136129</guid>
		<description>Dude! Never mind, I think they got it in the security update AND they credited you!

Foundation

CVE-ID: CVE-2008-0058

Available for: Mac OS X v10.4.11, Mac OS X Server v10.4.11

Impact: Visiting a maliciously crafted website may lead to a denial of service or arbitrary code execution

Description: A thread race condition exists in NSURLConnection's cache management, which can cause a deallocated object to receive messages. Triggering this issue may lead to a denial of service, or arbitrary code execution with the privileges of Safari or another program using NSURLConnection. This update addresses the issue by removing an unsynchronized caching operation. This issue does not affect systems running Mac OS X v10.5 or later. Credit to Daniel Jalkut of Red Sweater Software for reporting this issue.</description>
		<content:encoded><![CDATA[<p>Dude! Never mind, I think they got it in the security update AND they credited you!</p>
<p>Foundation</p>
<p>CVE-ID: CVE-2008-0058</p>
<p>Available for: Mac OS X v10.4.11, Mac OS X Server v10.4.11</p>
<p>Impact: Visiting a maliciously crafted website may lead to a denial of service or arbitrary code execution</p>
<p>Description: A thread race condition exists in NSURLConnection&#8217;s cache management, which can cause a deallocated object to receive messages. Triggering this issue may lead to a denial of service, or arbitrary code execution with the privileges of Safari or another program using NSURLConnection. This update addresses the issue by removing an unsynchronized caching operation. This issue does not affect systems running Mac OS X v10.5 or later. Credit to Daniel Jalkut of Red Sweater Software for reporting this issue.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Daniel Jalkut</title>
		<link>http://www.red-sweater.com/blog/452/nsurlconnection-crashing-epidemic#comment-136125</link>
		<dc:creator>Daniel Jalkut</dc:creator>
		<pubDate>Tue, 18 Mar 2008 18:20:51 +0000</pubDate>
		<guid isPermaLink="false">http://www.red-sweater.com/blog/452/nsurlconnection-crashing-epidemic#comment-136125</guid>
		<description>I dunno heavyboots. We can hope! Time will definitely tell...</description>
		<content:encoded><![CDATA[<p>I dunno heavyboots. We can hope! Time will definitely tell&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: heavyboots</title>
		<link>http://www.red-sweater.com/blog/452/nsurlconnection-crashing-epidemic#comment-136124</link>
		<dc:creator>heavyboots</dc:creator>
		<pubDate>Tue, 18 Mar 2008 18:18:23 +0000</pubDate>
		<guid isPermaLink="false">http://www.red-sweater.com/blog/452/nsurlconnection-crashing-epidemic#comment-136124</guid>
		<description>Just out of curiosity, do you know if the Safari 3.1 update snuck in a fix for this?</description>
		<content:encoded><![CDATA[<p>Just out of curiosity, do you know if the Safari 3.1 update snuck in a fix for this?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mark</title>
		<link>http://www.red-sweater.com/blog/452/nsurlconnection-crashing-epidemic#comment-135750</link>
		<dc:creator>Mark</dc:creator>
		<pubDate>Sat, 02 Feb 2008 21:12:52 +0000</pubDate>
		<guid isPermaLink="false">http://www.red-sweater.com/blog/452/nsurlconnection-crashing-epidemic#comment-135750</guid>
		<description>actually 2 min after I hit submit the entire thing went bang yet again. this is insane and needs to be fixed. 

M</description>
		<content:encoded><![CDATA[<p>actually 2 min after I hit submit the entire thing went bang yet again. this is insane and needs to be fixed. </p>
<p>M</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mark</title>
		<link>http://www.red-sweater.com/blog/452/nsurlconnection-crashing-epidemic#comment-135749</link>
		<dc:creator>Mark</dc:creator>
		<pubDate>Sat, 02 Feb 2008 21:07:57 +0000</pubDate>
		<guid isPermaLink="false">http://www.red-sweater.com/blog/452/nsurlconnection-crashing-epidemic#comment-135749</guid>
		<description>Hi 

Finally had to bite the bullet and upgrade from 10.39 to 10.4 and really wishing I hadn't. 

Thanks for putting this up as I was starting wonder if my old G4 DP MDD 867 was getting too long in the tooth. Everything is crashing and safari barely runs!!! 

Feel like a PC user here... 

They'd better bloody fix it soon. 

M</description>
		<content:encoded><![CDATA[<p>Hi </p>
<p>Finally had to bite the bullet and upgrade from 10.39 to 10.4 and really wishing I hadn&#8217;t. </p>
<p>Thanks for putting this up as I was starting wonder if my old G4 DP MDD 867 was getting too long in the tooth. Everything is crashing and safari barely runs!!! </p>
<p>Feel like a PC user here&#8230; </p>
<p>They&#8217;d better bloody fix it soon. </p>
<p>M</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Justin Miller</title>
		<link>http://www.red-sweater.com/blog/452/nsurlconnection-crashing-epidemic#comment-135706</link>
		<dc:creator>Justin Miller</dc:creator>
		<pubDate>Thu, 31 Jan 2008 14:20:09 +0000</pubDate>
		<guid isPermaLink="false">http://www.red-sweater.com/blog/452/nsurlconnection-crashing-epidemic#comment-135706</guid>
		<description>&lt;em&gt;The developer of del.icio.us client Pukka has also documented this problem on his blog.&lt;/em&gt;

Tom beat me to it, but yes, I've seen some pretty regular crashing plaguing Leopard users (10.5 and 10.5.1) but nothing on Tiger yet. Mine is related to authentication over HTTPS and/or proxy servers. You can see this happening in Safari as well:

http://bugs.webkit.org/show_bug.cgi?id=14159</description>
		<content:encoded><![CDATA[<p><em>The developer of del.icio.us client Pukka has also documented this problem on his blog.</em></p>
<p>Tom beat me to it, but yes, I&#8217;ve seen some pretty regular crashing plaguing Leopard users (10.5 and 10.5.1) but nothing on Tiger yet. Mine is related to authentication over HTTPS and/or proxy servers. You can see this happening in Safari as well:</p>
<p><a href="http://bugs.webkit.org/show_bug.cgi?id=14159" rel="nofollow">http://bugs.webkit.org/show_bug.cgi?id=14159</a></p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Dynamic Page Served (once) in 0.663 seconds -->
