[xiph-commits] r18731 - in websites/opus-codec.org: . downloads
jm at svn.xiph.org
jm at svn.xiph.org
Thu Dec 6 13:34:07 PST 2012
Author: jm
Date: 2012-12-06 13:34:07 -0800 (Thu, 06 Dec 2012)
New Revision: 18731
Modified:
websites/opus-codec.org/downloads/index.shtml.en
websites/opus-codec.org/index.shtml.en
Log:
Update for Opus 1.0.2
Modified: websites/opus-codec.org/downloads/index.shtml.en
===================================================================
--- websites/opus-codec.org/downloads/index.shtml.en 2012-12-06 05:47:36 UTC (rev 18730)
+++ websites/opus-codec.org/downloads/index.shtml.en 2012-12-06 21:34:07 UTC (rev 18731)
@@ -64,6 +64,20 @@
<h3>Latest <strong style='font-style: italic;'>stable</strong> release</h3>
+<h4 id='one.0.2'>libopus 1.0.2</h4>
+<p>
+Opus 1.0.2 fixes an out-of-bounds read that could be triggered by a malicious
+Opus packet causing an integer wrap-around in the padding code. Considering
+that the packet would have to be at least 16 MB in size and that no
+out-of-bounds write is possible, the severity is very low. Other changes include fixes
+and improvements to the PLC and hybrid mode quality improvements. As usual, this
+release is fully compliant with the Opus specification.
+</p>
+<ul>
+<li>Source code: <a href="http://downloads.xiph.org/releases/opus/opus-1.0.2.tar.gz">opus-1.0.2.tar.gz</a></li>
+</ul>
+
+
<h4 id='one.0.1'>libopus 1.0.1</h4>
<p>
This release includes minor updates (mostly related to the the build system) that
Modified: websites/opus-codec.org/index.shtml.en
===================================================================
--- websites/opus-codec.org/index.shtml.en 2012-12-06 05:47:36 UTC (rev 18730)
+++ websites/opus-codec.org/index.shtml.en 2012-12-06 21:34:07 UTC (rev 18731)
@@ -43,6 +43,20 @@
<ul class="descriptivelist">
<li>
+ <h3>Versions 1.0.2 released</h3>
+ <p class="submitdate">6 December, 2012</p>
+ <div class="description">
+ <p>Opus 1.0.2 fixes an out-of-bounds read that could be triggered by a malicious
+ Opus packet causing an integer wrap-around in the padding code. Considering
+ that the packet would have to be at least 16 MB in size and that no
+ out-of-bounds write is possible, the severity is very low. Other changes include fixes
+ and improvements to the PLC and hybrid mode quality improvements. As usual, this
+ release is fully compliant with the Opus specification.
+ The code is available from the <a href="downloads/">downloads page</a>.</p>
+ </div>
+ </li>
+
+ <li>
<h3>Opus Standardized as RFC6716, Versions 1.0.0 and 1.0.1 Are Available</h3>
<p class="submitdate">11 September, 2012</p>
<div class="description">
More information about the commits
mailing list