opus/opus.changes
Ismail Dönmez 0459bda34d Accepting request 148337 from home:Zaitor:branches:multimedia:libs:opus
Fix a minor security issue. This fix is in version 1.0.2, however since we are in freeze, I cherrypicked this fix from upstream git.

From commit https://git.xiph.org/?p=opus.git;a=commit;h=9345aaa5ca1c2fb7d62981b2a538e0ce20612c38

Fixes an out-of-bounds read issue with the padding handling code

This was reported by Juri Aedla and is limited to reading memory up
to about 60 kB beyond the compressed buffer. This can only be triggered
by a compressed packet more than about 16 MB long, so it's not a problem
for RTP. In theory, it *could* crash an Ogg decoder if the memory just after
the incoming packet is out-of-range.

OBS-URL: https://build.opensuse.org/request/show/148337
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/opus?expand=0&rev=5
2013-01-13 20:43:28 +00:00

27 lines
946 B
Plaintext
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

-------------------------------------------------------------------
Sun Jan 13 20:13:46 UTC 2013 - zaitor@opensuse.org
- Add
opus-fix-out-of-bounds-read-issue-with-the-padding-handling.patch
Fixes an out-of-bounds read that could be triggered by a
 malicious Opus packet causing an integer wrap-around in the
 padding code.
-------------------------------------------------------------------
Wed Sep 19 18:56:42 UTC 2012 - zaitor@opensuse.org
- Update to version 1.0.1:
+ First bugfix release of stable version.
+ Changes are mostly buildfixes.
+ Fully compliant with the Opus specification.
- Remove unneeded autoconf, automake, gcc glibc-devel and make.
- Remove manual deletion of docs, instead pass --disable-doc to
configure.
- Minor spec cleanup.
-------------------------------------------------------------------
Thu May 31 14:31:47 CET 2012 - pascal.bleser@opensuse.org
- initial version (0.9.14)