<?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: What&#8217;s wrong with this code? OMG!!!</title>
	<atom:link href="http://ivanz.com/2006/04/21/whats-wrong-with-this-omg/feed/" rel="self" type="application/rss+xml" />
	<link>http://ivanz.com/2006/04/21/whats-wrong-with-this-omg/</link>
	<description></description>
	<lastBuildDate>Fri, 30 Jul 2010 04:24:52 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
	<item>
		<title>By: Georgi Sotirov</title>
		<link>http://ivanz.com/2006/04/21/whats-wrong-with-this-omg/comment-page-1/#comment-4</link>
		<dc:creator>Georgi Sotirov</dc:creator>
		<pubDate>Fri, 12 May 2006 06:52:19 +0000</pubDate>
		<guid isPermaLink="false">http://i-nz.net/2006/04/21/whats-wrong-with-this-omg/#comment-4</guid>
		<description>Yes. You are writing and reading in something (pe) that is a pointer and it is not initialized. It points to nothing. Actually you gave a strong hint saying that the result of running the program was &quot;Segmentation fault&quot; :-)</description>
		<content:encoded><![CDATA[<p>Yes. You are writing and reading in something (pe) that is a pointer and it is not initialized. It points to nothing. Actually you gave a strong hint saying that the result of running the program was &#8220;Segmentation fault&#8221; <img src='http://ivanz.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Georgi Sotirov</title>
		<link>http://ivanz.com/2006/04/21/whats-wrong-with-this-omg/comment-page-1/#comment-19815</link>
		<dc:creator>Georgi Sotirov</dc:creator>
		<pubDate>Fri, 12 May 2006 04:52:19 +0000</pubDate>
		<guid isPermaLink="false">http://i-nz.net/2006/04/21/whats-wrong-with-this-omg/#comment-19815</guid>
		<description>Yes. You are writing and reading in something (pe) that is a pointer and it is not initialized. It points to nothing. Actually you gave a strong hint saying that the result of running the program was &quot;Segmentation fault&quot; :-)</description>
		<content:encoded><![CDATA[<p>Yes. You are writing and reading in something (pe) that is a pointer and it is not initialized. It points to nothing. Actually you gave a strong hint saying that the result of running the program was &#8220;Segmentation fault&#8221; <img src='http://ivanz.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: i-nZ</title>
		<link>http://ivanz.com/2006/04/21/whats-wrong-with-this-omg/comment-page-1/#comment-2</link>
		<dc:creator>i-nZ</dc:creator>
		<pubDate>Sun, 07 May 2006 06:53:26 +0000</pubDate>
		<guid isPermaLink="false">http://i-nz.net/2006/04/21/whats-wrong-with-this-omg/#comment-2</guid>
		<description>Basically everything is wrong.

&quot;IMAGE_NT_HEADERS* pe;&quot; should not be a pointer to a structe, but an actual structure and starting from that everything is wrong. :)</description>
		<content:encoded><![CDATA[<p>Basically everything is wrong.</p>
<p>&#8220;IMAGE_NT_HEADERS* pe;&#8221; should not be a pointer to a structe, but an actual structure and starting from that everything is wrong. <img src='http://ivanz.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: STRASHARO</title>
		<link>http://ivanz.com/2006/04/21/whats-wrong-with-this-omg/comment-page-1/#comment-1</link>
		<dc:creator>STRASHARO</dc:creator>
		<pubDate>Sun, 07 May 2006 06:32:52 +0000</pubDate>
		<guid isPermaLink="false">http://i-nz.net/2006/04/21/whats-wrong-with-this-omg/#comment-1</guid>
		<description>Some missing semicolons? :-)</description>
		<content:encoded><![CDATA[<p>Some missing semicolons? <img src='http://ivanz.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: i-nZ</title>
		<link>http://ivanz.com/2006/04/21/whats-wrong-with-this-omg/comment-page-1/#comment-19814</link>
		<dc:creator>i-nZ</dc:creator>
		<pubDate>Sun, 07 May 2006 04:53:26 +0000</pubDate>
		<guid isPermaLink="false">http://i-nz.net/2006/04/21/whats-wrong-with-this-omg/#comment-19814</guid>
		<description>Basically everything is wrong.&lt;br&gt;&lt;br&gt;&quot;IMAGE_NT_HEADERS* pe;&quot; should not be a pointer to a structe, but an actual structure and starting from that everything is wrong. :)</description>
		<content:encoded><![CDATA[<p>Basically everything is wrong.</p>
<p>&#8220;IMAGE_NT_HEADERS* pe;&#8221; should not be a pointer to a structe, but an actual structure and starting from that everything is wrong. <img src='http://ivanz.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: STRASHARO</title>
		<link>http://ivanz.com/2006/04/21/whats-wrong-with-this-omg/comment-page-1/#comment-19813</link>
		<dc:creator>STRASHARO</dc:creator>
		<pubDate>Sun, 07 May 2006 04:32:52 +0000</pubDate>
		<guid isPermaLink="false">http://i-nz.net/2006/04/21/whats-wrong-with-this-omg/#comment-19813</guid>
		<description>Some missing semicolons? :-)</description>
		<content:encoded><![CDATA[<p>Some missing semicolons? <img src='http://ivanz.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
</channel>
</rss>
