ubuntu/+source/audiofile:applied/ubuntu/yakkety-security

Last commit made on 2017-03-22
Get this branch:
git clone -b applied/ubuntu/yakkety-security 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/yakkety-security
Repository:
lp:ubuntu/+source/audiofile

Recent commits

0894895... by Jeremy Bícha

0.3.6-3ubuntu0.1 (patches applied)

Imported using git-ubuntu import.

60ae362... by Jeremy Bícha

Check for division by zero in BlockCodec::runPull

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

eb58987... by Jeremy Bícha

Actually fail when error occurs in parseFormat

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

297a76b... by Jeremy Bícha

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

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

ccac984... by Jeremy Bícha

Check for multiplication overflow in sfconvert

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

c795feb... by Jeremy Bícha

Check for multiplication overflow in MSADPCM decodeSample

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

d7cc470... by Jeremy Bícha

Always check the number of coefficients

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

fd4e6c0... by Jeremy Bícha

clamp index values to fix index overflow in IMA.cpp

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

5cb22ac... by Jeremy Bícha

fix buffer overflow when changing both sample format and

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

52e019a... by Jeremy Bícha

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

Gbp-Pq: 02_hurd.patch.