<?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>《跨过BUG查找的”最后一公里”》的评论</title>
	<atom:link href="http://tonybai.com/2013/06/18/walk-through-the-last-mile-of-bugfix/feed/" rel="self" type="application/rss+xml" />
	<link>https://tonybai.com/2013/06/18/walk-through-the-last-mile-of-bugfix/</link>
	<description>一个程序员的心路历程</description>
	<lastBuildDate>Wed, 25 Mar 2026 09:21:20 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>作者：bigwhite</title>
		<link>https://tonybai.com/2013/06/18/walk-through-the-last-mile-of-bugfix/#comment-880</link>
		<dc:creator>bigwhite</dc:creator>
		<pubDate>Fri, 21 Jun 2013 01:52:15 +0000</pubDate>
		<guid isPermaLink="false">http://tonybai.com/?p=1288#comment-880</guid>
		<description>没错。不过这些foo_t实例都放在一个内存池中，且初始化时是连续分配的。也就是说即便污染了，被污染的地址也都是合法的。不过也可能污染到字段中的指针，但似乎在这次bug中未发生这种情况，也就没有段错误。</description>
		<content:encoded><![CDATA[<p>没错。不过这些foo_t实例都放在一个内存池中，且初始化时是连续分配的。也就是说即便污染了，被污染的地址也都是合法的。不过也可能污染到字段中的指针，但似乎在这次bug中未发生这种情况，也就没有段错误。</p>
]]></content:encoded>
	</item>
	<item>
		<title>作者：HCocoa</title>
		<link>https://tonybai.com/2013/06/18/walk-through-the-last-mile-of-bugfix/#comment-879</link>
		<dc:creator>HCocoa</dc:creator>
		<pubDate>Thu, 20 Jun 2013 15:47:28 +0000</pubDate>
		<guid isPermaLink="false">http://tonybai.com/?p=1288#comment-879</guid>
		<description>“将&amp;pdata传给了p”……竟然没有段错误……不过段错误了反而会好办了……</description>
		<content:encoded><![CDATA[<p>“将&amp;pdata传给了p”……竟然没有段错误……不过段错误了反而会好办了……</p>
]]></content:encoded>
	</item>
	<item>
		<title>作者：bigwhite</title>
		<link>https://tonybai.com/2013/06/18/walk-through-the-last-mile-of-bugfix/#comment-878</link>
		<dc:creator>bigwhite</dc:creator>
		<pubDate>Wed, 19 Jun 2013 07:15:51 +0000</pubDate>
		<guid isPermaLink="false">http://tonybai.com/?p=1288#comment-878</guid>
		<description>没有倒着写，可能文章里没说清楚。 ((char*)&amp;pdata + size)起始的那片内存被污染了。但pdata并未污染其所在的foo_t实例中的flag或c字段，而是污染了其他foo_t实例中的flag或c字段。这些实例都放在一个mem block pool中的，从而导致随机性的出现。我已经对原文做了补充。</description>
		<content:encoded><![CDATA[<p>没有倒着写，可能文章里没说清楚。 ((char*)&amp;pdata + size)起始的那片内存被污染了。但pdata并未污染其所在的foo_t实例中的flag或c字段，而是污染了其他foo_t实例中的flag或c字段。这些实例都放在一个mem block pool中的，从而导致随机性的出现。我已经对原文做了补充。</p>
]]></content:encoded>
	</item>
	<item>
		<title>作者：Michael</title>
		<link>https://tonybai.com/2013/06/18/walk-through-the-last-mile-of-bugfix/#comment-877</link>
		<dc:creator>Michael</dc:creator>
		<pubDate>Tue, 18 Jun 2013 15:21:00 +0000</pubDate>
		<guid isPermaLink="false">http://tonybai.com/?p=1288#comment-877</guid>
		<description>请教一下，在func中是将指针倒着写了吗？</description>
		<content:encoded><![CDATA[<p>请教一下，在func中是将指针倒着写了吗？</p>
]]></content:encoded>
	</item>
</channel>
</rss>
