ubuntu/+source/audiofile:applied/ubuntu/cosmic

Last commit made on 2017-03-17
Get this branch:
git clone -b applied/ubuntu/cosmic https://git.launchpad.net/ubuntu/+source/audiofile
Members of git-ubuntu import can upload to this branch. Log in for directions.

Branch merges

Branch information

Name:
applied/ubuntu/cosmic
Repository:
lp:ubuntu/+source/audiofile

Recent commits

e3fd026... by Sebastian Ramacher

0.3.6-4 (patches applied)

Imported using git-ubuntu import.

0c2a167... by Sebastian Ramacher

Check for division by zero in BlockCodec::runPull

Gbp-Pq: 10_Check-for-division-by-zero-in-BlockCodec-runPull.patch.

f9e0998... by Sebastian Ramacher

Actually fail when error occurs in parseFormat

Gbp-Pq: 09_Actually-fail-when-error-occurs-in-parseFormat.patch.

926c276... by Sebastian Ramacher

Fix signature of multiplyCheckOverflow. It returns a bool, not an int

Gbp-Pq: 08_Fix-signature-of-multiplyCheckOverflow.-It-returns-a-b.patch.

b45db12... by Sebastian Ramacher

Check for multiplication overflow in sfconvert

Gbp-Pq: 07_Check-for-multiplication-overflow-in-sfconvert.patch.

88c6435... by Sebastian Ramacher

Check for multiplication overflow in MSADPCM decodeSample

Gbp-Pq: 06_Check-for-multiplication-overflow-in-MSADPCM-decodeSam.patch.

bf1db5a... by Sebastian Ramacher

Always check the number of coefficients

Gbp-Pq: 05_Always-check-the-number-of-coefficients.patch.

4894db0... by Sebastian Ramacher

clamp index values to fix index overflow in IMA.cpp

Gbp-Pq: 04_clamp-index-values-to-fix-index-overflow-in-IMA.cpp.patch.

ad3c8c2... by Sebastian Ramacher

fix buffer overflow when changing both sample format and

Gbp-Pq: 03_CVE-2015-7747.patch.

3312474... by Sebastian Ramacher

Remove usage of PATH_MAX in tests to fix FTBFS on Hurd.

Gbp-Pq: 02_hurd.patch.