<?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: mplayer security hole</title>
	<atom:link href="http://www.p2pnet.net/story/6119/feed" rel="self" type="application/rss+xml" />
	<link>http://www.p2pnet.net/story/6119</link>
	<description>p2pnet.net - reader powered</description>
	<lastBuildDate>Wed, 01 Feb 2012 15:11:09 -0300</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Reader's Write</title>
		<link>http://www.p2pnet.net/story/6119/comment-page-1#comment-19514</link>
		<dc:creator>Reader's Write</dc:creator>
		<pubDate>Sat, 03 Sep 2005 15:14:00 +0000</pubDate>
		<guid isPermaLink="false">#comment-19514</guid>
		<description>From the post above it is clear that you don&#039;t know the difference.
mplayer (www.mplayerhq.hu) is media player for linux (and many other OS/platform including Window$) and the best media player in existence (no need for 3rd party codec-packs full of malware, plays almost anything - broken files, obscure formats, etc.)

Mplayer is Window$ Media Player which is just plain crap. </description>
		<content:encoded><![CDATA[<p>From the post above it is clear that you don&#8217;t know the difference.<br />
mplayer (www.mplayerhq.hu) is media player for linux (and many other OS/platform including Window$) and the best media player in existence (no need for 3rd party codec-packs full of malware, plays almost anything &#8211; broken files, obscure formats, etc.)</p>
<p>Mplayer is Window$ Media Player which is just plain crap.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Reader's Write</title>
		<link>http://www.p2pnet.net/story/6119/comment-page-1#comment-19488</link>
		<dc:creator>Reader's Write</dc:creator>
		<pubDate>Fri, 02 Sep 2005 23:35:03 +0000</pubDate>
		<guid isPermaLink="false">#comment-19488</guid>
		<description>I just stepped in a big steaming pile of security.</description>
		<content:encoded><![CDATA[<p>I just stepped in a big steaming pile of security.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Reader's Write</title>
		<link>http://www.p2pnet.net/story/6119/comment-page-1#comment-19487</link>
		<dc:creator>Reader's Write</dc:creator>
		<pubDate>Fri, 02 Sep 2005 23:34:42 +0000</pubDate>
		<guid isPermaLink="false">#comment-19487</guid>
		<description>That is a source code patch, which will require a recompile
of the program or just the the library that contains the vulnerability.

Easier to just get a precompiled version but I don&#039;t know if
they made a new build yet...</description>
		<content:encoded><![CDATA[<p>That is a source code patch, which will require a recompile<br />
of the program or just the the library that contains the vulnerability.</p>
<p>Easier to just get a precompiled version but I don&#8217;t know if<br />
they made a new build yet&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Reader's Write</title>
		<link>http://www.p2pnet.net/story/6119/comment-page-1#comment-19486</link>
		<dc:creator>Reader's Write</dc:creator>
		<pubDate>Fri, 02 Sep 2005 23:07:47 +0000</pubDate>
		<guid isPermaLink="false">#comment-19486</guid>
		<description>i only use mplayer v6.4 and never had any problems.</description>
		<content:encoded><![CDATA[<p>i only use mplayer v6.4 and never had any problems.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Reader's Write</title>
		<link>http://www.p2pnet.net/story/6119/comment-page-1#comment-19485</link>
		<dc:creator>Reader's Write</dc:creator>
		<pubDate>Fri, 02 Sep 2005 23:06:11 +0000</pubDate>
		<guid isPermaLink="false">#comment-19485</guid>
		<description>the link http://www4.mplayerhq.hu/MPlayer/patches/ad_pcm_fix_20050826.diff

only gives a page with the following garble:


--- libmpcodecs/ad_pcm.c.orig	2005-02-27 00:02:09.000000000 +0100
+++ libmpcodecs/ad_pcm.c	2005-08-27 00:11:02.000000000 +0200
@@ -96,8 +96,8 @@
 
 static int decode_audio(sh_audio_t *sh_audio,unsigned char *buf,int minlen,int maxlen)
 {
-  int len=sh_audio-&gt;channels*sh_audio-&gt;samplesize-1;
-  len=(minlen+len)&amp;(~len); // sample align
+  unsigned len = sh_audio-&gt;channels*sh_audio-&gt;samplesize;
+  len = maxlen - maxlen % len; // sample align
   len=demux_read_data(sh_audio-&gt;ds,buf,len);
   return len;
 }</description>
		<content:encoded><![CDATA[<p>the link <a href="http://www4.mplayerhq.hu/MPlayer/patches/ad_pcm_fix_20050826.diff" rel="nofollow">http://www4.mplayerhq.hu/MPlayer/patches/ad_pcm_fix_20050826.diff</a></p>
<p>only gives a page with the following garble:</p>
<p>&#8212; libmpcodecs/ad_pcm.c.orig	2005-02-27 00:02:09.000000000 +0100<br />
+++ libmpcodecs/ad_pcm.c	2005-08-27 00:11:02.000000000 +0200<br />
@@ -96,8 +96,8 @@</p>
<p> static int decode_audio(sh_audio_t *sh_audio,unsigned char *buf,int minlen,int maxlen)<br />
 {<br />
-  int len=sh_audio-&gt;channels*sh_audio-&gt;samplesize-1;<br />
-  len=(minlen+len)&#038;(~len); // sample align<br />
+  unsigned len = sh_audio-&gt;channels*sh_audio-&gt;samplesize;<br />
+  len = maxlen &#8211; maxlen % len; // sample align<br />
   len=demux_read_data(sh_audio-&gt;ds,buf,len);<br />
   return len;<br />
 }</p>
]]></content:encoded>
	</item>
</channel>
</rss>


