An Audio File Library
This package is based on the package 'audiofile' from project 'openSUSE:Factory'.
This audio file library is an implementation of the SGI audio file
library. At present, not all features of the SGI audio file library are
implemented.
This library allows the processing of audio data to and from audio
files of many common formats (currently AIFF, AIFC, WAVE, and
NeXT/Sun).
- Devel package for openSUSE:Factory
-
1
derived packages
- Links to openSUSE:Factory / audiofile
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout multimedia:libs/audiofile && cd $_
- Create Badge
Refresh
Refresh
Source Files
Filename | Size | Changed |
---|---|---|
0001-Always-check-the-number-of-coefficients.patch | 0000001042 1.02 KB | |
0002-Check-for-multiplication-overflow-in-MSADPCM- |
0000003803 3.71 KB | |
0003-Check-for-multiplication-overflow-in-sfconver |
0000002071 2.02 KB | |
0004-clamp-index-values-to-fix-index-overflow-in-I |
0000001242 1.21 KB | |
0005-Actually-fail-when-error-occurs-in-parseForma |
0000001367 1.33 KB | |
0006-Check-for-division-by-zero-in-BlockCodec-runP |
0000000921 921 Bytes | |
_link | 0000000144 144 Bytes | |
audiofile-0.3.6.tar.xz | 0000530760 518 KB | |
audiofile-CVE-2015-7747.patch | 0000005363 5.24 KB | |
audiofile-gcc6.patch | 0000001191 1.16 KB | |
audiofile.changes | 0000013443 13.1 KB | |
audiofile.spec | 0000006023 5.88 KB | |
baselibs.conf | 0000000163 163 Bytes |
Revision 39 (latest revision is 48)
Tomáš Chvátal (scarabeus_iv)
accepted
request 501784
from
Antonio Larrosa (alarrosa)
(revision 39)
- Add 0001-Always-check-the-number-of-coefficients.patch to put in code an assert that was removed when building the code for a release which checks the number of coeficients in WAVE.cpp . - Add 0002-Check-for-multiplication-overflow-in-MSADPCM-decodeS.patch to check for a multiplication overflow in MSADPCM.cpp . - Add 0003-Check-for-multiplication-overflow-in-sfconvert.patch to check that a multiplication doesn't overflow when calculating a buffer size and reduce it if necessary. - Add 0004-clamp-index-values-to-fix-index-overflow-in-IMA.cpp.patch to clamp index values to fix an index overflow in IMA.cpp . - Add 0005-Actually-fail-when-error-occurs-in-parseFormat.patch so when there's an unsupported number of bits per sample or an invalid number of samples per block, don't only print an error message using the error handler, but actually stop parsing the file. - Add 0006-Check-for-division-by-zero-in-BlockCodec-runPull.patch to check for division by zero in BlockCodec::runPull - These patches fix boo#1026978 (CVE-2017-6837, CVE-2017-6838, CVE-2017-6839), boo#1026979 (CVE-2017-6827), boo#1026980 (CVE-2017-6828), boo#1026981 (CVE-2017-6829), boo#1026982 (CVE-2017-6830), boo#1026983 (CVE-2017-6831), boo#1026984 (CVE-2017-6832), boo#1026985 (CVE-2017-6833), boo#1026986 (CVE-2017-6834), boo#1026987 (CVE-2017-6836), boo#1026988 (CVE-2017-6835).
Comments 0