Accepting request 794365 from home:gboiko:branches:multimedia:libs

- Backport of an upstream fix for celt decoder:
  * opus-Fix-celt-decoder-assertion-when-using-OPUS_CUSTOM.patch: When
    using OPUS_CUSTOM, `CELTDecoder->end` can be larger than 21.
    Assert against 25 instead in OPUS_CUSTOM builds.

This patch is intended to fix a crash in Jamulus, originally reported here:
https://sourceforge.net/p/llcon/discussion/software/thread/7fdbc8cbb0/

OBS-URL: https://build.opensuse.org/request/show/794365
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/opus?expand=0&rev=43
This commit is contained in:
2020-04-21 07:37:55 +00:00
committed by Git OBS Bridge
parent 5914ab837d
commit 7f279db047
3 changed files with 53 additions and 1 deletions

View File

@@ -1,3 +1,11 @@
-------------------------------------------------------------------
Wed Apr 15 17:38:39 UTC 2020 - Gustavo Pichorim Boiko <gboiko@suse.com>
- Backport of an upstream fix for celt decoder:
* opus-Fix-celt-decoder-assertion-when-using-OPUS_CUSTOM.patch: When
using OPUS_CUSTOM, `CELTDecoder->end` can be larger than 21.
Assert against 25 instead in OPUS_CUSTOM builds.
-------------------------------------------------------------------
Thu Aug 15 17:37:36 UTC 2019 - Bjørn Lie <bjorn.lie@gmail.com>