<?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"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Draft Paper about Integer Overflow</title>
	<atom:link href="http://blog.regehr.org/archives/598/feed" rel="self" type="application/rss+xml" />
	<link>http://blog.regehr.org/archives/598</link>
	<description></description>
	<lastBuildDate>Thu, 23 May 2013 17:10:41 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5.1</generator>
	<item>
		<title>By: regehr</title>
		<link>http://blog.regehr.org/archives/598/comment-page-1#comment-3064</link>
		<dc:creator>regehr</dc:creator>
		<pubDate>Thu, 13 Oct 2011 03:26:24 +0000</pubDate>
		<guid isPermaLink="false">http://blog.regehr.org/?p=598#comment-3064</guid>
		<description><![CDATA[Sean, we do have these patches.  Let me see about getting them uploaded.]]></description>
		<content:encoded><![CDATA[<p>Sean, we do have these patches.  Let me see about getting them uploaded.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sean M</title>
		<link>http://blog.regehr.org/archives/598/comment-page-1#comment-3059</link>
		<dc:creator>Sean M</dc:creator>
		<pubDate>Mon, 10 Oct 2011 03:52:17 +0000</pubDate>
		<guid isPermaLink="false">http://blog.regehr.org/?p=598#comment-3059</guid>
		<description><![CDATA[Awesome stuff!  Can&#039;t wait to try it.

Do you have patches against llvm/clang svn trunk instead of against 2.9?]]></description>
		<content:encoded><![CDATA[<p>Awesome stuff!  Can&#8217;t wait to try it.</p>
<p>Do you have patches against llvm/clang svn trunk instead of against 2.9?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Daniel</title>
		<link>http://blog.regehr.org/archives/598/comment-page-1#comment-3055</link>
		<dc:creator>Daniel</dc:creator>
		<pubDate>Sat, 08 Oct 2011 04:13:40 +0000</pubDate>
		<guid isPermaLink="false">http://blog.regehr.org/?p=598#comment-3055</guid>
		<description><![CDATA[Some grammar nitpicks from a first reading:

pg 1, last paragraph: &quot;because latent until a compiler upgrade...&quot; should probably be &quot;because they are latent&quot; or similar

pg 6, last paragraph of left column: add comma in &quot;and many_,_ like gcc, ...&quot;

pg 10, last full paragraph: the sentence beginning with &quot;The tools vary from static analysis, ...&quot; doesn&#039;t parse; perhaps replace comma with &quot;and&quot;?]]></description>
		<content:encoded><![CDATA[<p>Some grammar nitpicks from a first reading:</p>
<p>pg 1, last paragraph: &#8220;because latent until a compiler upgrade&#8230;&#8221; should probably be &#8220;because they are latent&#8221; or similar</p>
<p>pg 6, last paragraph of left column: add comma in &#8220;and many_,_ like gcc, &#8230;&#8221;</p>
<p>pg 10, last full paragraph: the sentence beginning with &#8220;The tools vary from static analysis, &#8230;&#8221; doesn&#8217;t parse; perhaps replace comma with &#8220;and&#8221;?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mans</title>
		<link>http://blog.regehr.org/archives/598/comment-page-1#comment-3054</link>
		<dc:creator>Mans</dc:creator>
		<pubDate>Fri, 07 Oct 2011 23:10:59 +0000</pubDate>
		<guid isPermaLink="false">http://blog.regehr.org/?p=598#comment-3054</guid>
		<description><![CDATA[This looks useful.  However, I&#039;d like a way to disable certain checks.  Specifically, shifts of negative numbers is well-defined with most compilers and lots of code intentionally relies on it working.  On such code, the checker as available today produces far too many false positives to be of much use.]]></description>
		<content:encoded><![CDATA[<p>This looks useful.  However, I&#8217;d like a way to disable certain checks.  Specifically, shifts of negative numbers is well-defined with most compilers and lots of code intentionally relies on it working.  On such code, the checker as available today produces far too many false positives to be of much use.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: regehr</title>
		<link>http://blog.regehr.org/archives/598/comment-page-1#comment-3053</link>
		<dc:creator>regehr</dc:creator>
		<pubDate>Fri, 07 Oct 2011 22:07:09 +0000</pubDate>
		<guid isPermaLink="false">http://blog.regehr.org/?p=598#comment-3053</guid>
		<description><![CDATA[Thanks David, I&#039;m not a C# programmer and hadn&#039;t known about this.

It&#039;s insane that any compiler would permit silent overflow in new[]. Probably not insane from a language lawyer point of view, but insane in a practical sense.]]></description>
		<content:encoded><![CDATA[<p>Thanks David, I&#8217;m not a C# programmer and hadn&#8217;t known about this.</p>
<p>It&#8217;s insane that any compiler would permit silent overflow in new[]. Probably not insane from a language lawyer point of view, but insane in a practical sense.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
