Package: soundtouch / 1.8.0-1+deb8u1
Metadata
Package | Version | Patches format |
---|---|---|
soundtouch | 1.8.0-1+deb8u1 | 3.0 (quilt) |
Patch series
view the series filePatch | File delta | Description |
---|---|---|
dont use integers if softfp.patch | (download) |
include/STTypes.h |
7 0 + 7 - 0 ! |
do not use integer samples when __softfp__ is defined On armel __SOFTFP__ is defined. Hence in 1.7.1 SAMPLETYPE changed from float to short. Unfortunately, this changes some function signatures and thus breaks the ABI. |
fix fp rounding error.patch | (download) |
source/SoundTouch/PeakFinder.cpp |
16 13 + 3 - 0 ! |
fix rounding error in peakfinder::getpeakcenter Avoid recalculating cutLevel and groundLevel when all of them are equal to |
cve 2017 92xx.patch | (download) |
source/SoundTouch/TDStretch.cpp |
7 6 + 1 - 0 ! |
fix cve-2017-9258, cve-2017-9259, cve-2017-9260 Based on an upstream commit, original commit message was: "Added sanity checks against illegal input audio stream parameters e.g. wildly excessive samplerate". . There is no reference to CVEs or bugs, the commit was made after disclosure of the CVEs and all three proofs of concept (crafted wav files) fail after this commit. . The commit was made after version 2.0.0, so that version is also vulnerable. . Unrelated changes were stripped away by patch author, upstream commit author is Olli Parviainen <oparviai@iki.fi>. |
1