<?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: fishy FiSH</title>
	<atom:link href="http://blogs.23.nu/ilja/2007/03/antville-14493/feed/" rel="self" type="application/rss+xml" />
	<link>http://blogs.23.nu/ilja/2007/03/antville-14493/</link>
	<description>Mostly incoherent ramblings and rants about computer security</description>
	<lastBuildDate>Mon, 03 Aug 2009 11:11:30 +0200</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: tomten</title>
		<link>http://blogs.23.nu/ilja/2007/03/antville-14493/comment-page-1/#comment-48</link>
		<dc:creator>tomten</dc:creator>
		<pubDate>Thu, 16 Oct 2008 05:43:23 +0000</pubDate>
		<guid isPermaLink="false">http://3.blogs.23.nu/ilja/2007/03/antville-14493/#comment-48</guid>
		<description>Problems with libfish and sparc

Problems with libfish and sparc
Hi, I&#039;m having trubbel with libfish. Don&#039;t like it muth, it has problems with operating on difrent archs. I run sparc64, and when i try to decode a msg from a intel machine all i get is junk! Think its a problem with the bytorder....

Great work on the blogg, hope to read more soon.


 This comment was originally posted on 20080723T09:43:29</description>
		<content:encoded><![CDATA[<p>Problems with libfish and sparc</p>
<p>Problems with libfish and sparc<br />
Hi, I&#8217;m having trubbel with libfish. Don&#8217;t like it muth, it has problems with operating on difrent archs. I run sparc64, and when i try to decode a msg from a intel machine all i get is junk! Think its a problem with the bytorder&#8230;.</p>
<p>Great work on the blogg, hope to read more soon.</p>
<p> This comment was originally posted on 20080723T09:43:29</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ilja</title>
		<link>http://blogs.23.nu/ilja/2007/03/antville-14493/comment-page-1/#comment-47</link>
		<dc:creator>ilja</dc:creator>
		<pubDate>Thu, 16 Oct 2008 05:43:22 +0000</pubDate>
		<guid isPermaLink="false">http://3.blogs.23.nu/ilja/2007/03/antville-14493/#comment-47</guid>
		<description>


I didnt have to see that, I just barfed up my dinner.


 This comment was originally posted on 20070328T03:37:39</description>
		<content:encoded><![CDATA[<p>I didnt have to see that, I just barfed up my dinner.</p>
<p> This comment was originally posted on 20070328T03:37:39</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: oxff</title>
		<link>http://blogs.23.nu/ilja/2007/03/antville-14493/comment-page-1/#comment-46</link>
		<dc:creator>oxff</dc:creator>
		<pubDate>Thu, 16 Oct 2008 05:43:21 +0000</pubDate>
		<guid isPermaLink="false">http://3.blogs.23.nu/ilja/2007/03/antville-14493/#comment-46</guid>
		<description>He prevents Buffer Overflows!

He prevents Buffer Overflows!
FiSH-irssi-v0.99-source.zip:FiSH.c:79

	// usually a received message does not exceed 512 chars, but we want to prevent evil buffer overflow
	if(msg_len &gt;= (int)(sizeof(bf_dest)*1.5)) msg_ptr[(int)(sizeof(bf_dest)*1.5)-20]=&#039;&#039;;

Isn&#039;t that cute?


 This comment was originally posted on 20070328T00:59:18</description>
		<content:encoded><![CDATA[<p>He prevents Buffer Overflows!</p>
<p>He prevents Buffer Overflows!<br />
FiSH-irssi-v0.99-source.zip:FiSH.c:79</p>
<p>	// usually a received message does not exceed 512 chars, but we want to prevent evil buffer overflow<br />
	if(msg_len &gt;= (int)(sizeof(bf_dest)*1.5)) msg_ptr[(int)(sizeof(bf_dest)*1.5)-20]=&#8221;;</p>
<p>Isn&#8217;t that cute?</p>
<p> This comment was originally posted on 20070328T00:59:18</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: calcite</title>
		<link>http://blogs.23.nu/ilja/2007/03/antville-14493/comment-page-1/#comment-45</link>
		<dc:creator>calcite</dc:creator>
		<pubDate>Thu, 16 Oct 2008 05:43:20 +0000</pubDate>
		<guid isPermaLink="false">http://3.blogs.23.nu/ilja/2007/03/antville-14493/#comment-45</guid>
		<description>Wow

Wow
I&#039;m suprised to see strcpy() fuckup like that in such a widely used application.


 This comment was originally posted on 20070325T03:34:24</description>
		<content:encoded><![CDATA[<p>Wow</p>
<p>Wow<br />
I&#8217;m suprised to see strcpy() fuckup like that in such a widely used application.</p>
<p> This comment was originally posted on 20070325T03:34:24</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ilja</title>
		<link>http://blogs.23.nu/ilja/2007/03/antville-14493/comment-page-1/#comment-44</link>
		<dc:creator>ilja</dc:creator>
		<pubDate>Thu, 16 Oct 2008 05:43:19 +0000</pubDate>
		<guid isPermaLink="false">http://3.blogs.23.nu/ilja/2007/03/antville-14493/#comment-44</guid>
		<description>


the fact that it has to be serverside in most cases is pretty obvious, and imo needn&#039;t even be mentioned. also it looks like you might be able to trigger the notice stacksmash clientside. 
I didn&#039;t know the xchat code was that different from the mirc code, I never looked, I just assumed, hence the &quot;I believe ...&quot; I wasn&#039;t stating facts.


 This comment was originally posted on 20070320T04:16:12</description>
		<content:encoded><![CDATA[<p>the fact that it has to be serverside in most cases is pretty obvious, and imo needn&#8217;t even be mentioned. also it looks like you might be able to trigger the notice stacksmash clientside.<br />
I didn&#8217;t know the xchat code was that different from the mirc code, I never looked, I just assumed, hence the &#8220;I believe &#8230;&#8221; I wasn&#8217;t stating facts.</p>
<p> This comment was originally posted on 20070320T04:16:12</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: slashy</title>
		<link>http://blogs.23.nu/ilja/2007/03/antville-14493/comment-page-1/#comment-43</link>
		<dc:creator>slashy</dc:creator>
		<pubDate>Thu, 16 Oct 2008 05:43:18 +0000</pubDate>
		<guid isPermaLink="false">http://3.blogs.23.nu/ilja/2007/03/antville-14493/#comment-43</guid>
		<description>


well done research.. a bit further and you would have noticed that you can&#039;t attack this without full control of the ircserver (or you have to find irc-servers which have a nicklen setting &gt; 100).  Also it should be mentioned that this flaws only applies to xchat version .. the flawed part of the code ain&#039;t reused in mIRC version past 1.25

read here for more: http://fish.sekure.us/forum/viewtopic.php?p=1166#1166


 This comment was originally posted on 20070317T11:08:30</description>
		<content:encoded><![CDATA[<p>well done research.. a bit further and you would have noticed that you can&#8217;t attack this without full control of the ircserver (or you have to find irc-servers which have a nicklen setting &gt; 100).  Also it should be mentioned that this flaws only applies to xchat version .. the flawed part of the code ain&#8217;t reused in mIRC version past 1.25</p>
<p>read here for more: <a href="http://fish.sekure.us/forum/viewtopic.php?p=1166#1166" rel="nofollow">http://fish.sekure.us/forum/viewtopic.php?p=1166#1166</a></p>
<p> This comment was originally posted on 20070317T11:08:30</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: sacrine</title>
		<link>http://blogs.23.nu/ilja/2007/03/antville-14493/comment-page-1/#comment-41</link>
		<dc:creator>sacrine</dc:creator>
		<pubDate>Thu, 16 Oct 2008 05:43:17 +0000</pubDate>
		<guid isPermaLink="false">http://3.blogs.23.nu/ilja/2007/03/antville-14493/#comment-41</guid>
		<description>RE:

RE:
Echte mannen gebruiken FiSH ?

I don&#039;t think so :)


 This comment was originally posted on 20070308T09:16:31</description>
		<content:encoded><![CDATA[<p>RE:</p>
<p>RE:<br />
Echte mannen gebruiken FiSH ?</p>
<p>I don&#8217;t think so :)</p>
<p> This comment was originally posted on 20070308T09:16:31</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: prdelka</title>
		<link>http://blogs.23.nu/ilja/2007/03/antville-14493/comment-page-1/#comment-42</link>
		<dc:creator>prdelka</dc:creator>
		<pubDate>Thu, 16 Oct 2008 05:43:17 +0000</pubDate>
		<guid isPermaLink="false">http://3.blogs.23.nu/ilja/2007/03/antville-14493/#comment-42</guid>
		<description>


Month of retro bugs! :-D


 This comment was originally posted on 20070315T14:00:47</description>
		<content:encoded><![CDATA[<p>Month of retro bugs! :-D</p>
<p> This comment was originally posted on 20070315T14:00:47</p>
]]></content:encoded>
	</item>
</channel>
</rss>
