ubuntu/+source/libexif:applied/ubuntu/focal

Last commit made on 2020-01-24
Get this branch:
git clone -b applied/ubuntu/focal https://git.launchpad.net/ubuntu/+source/libexif
Members of git-ubuntu import can upload to this branch. Log in for directions.

Branch merges

Branch information

Name:
applied/ubuntu/focal
Repository:
lp:ubuntu/+source/libexif

Recent commits

2892a32... by Hugh McMaster

0.6.21-6 (patches applied)

Imported using git-ubuntu import.

a8be5ac... by Hugh McMaster

Cast to unsigned int before shifting left to avoid implicit behaviour

Gbp-Pq: cast-unsigned-int.patch.

ef68358... by Hugh McMaster

Avoid the use of unsafe integer overflow checking constructs (CVE-2019-9278)

Gbp-Pq: CVE-2019-9278.patch.

fac8e54... by Hugh McMaster

Improve deep recursion detection in exif_data_load_data_content.

Gbp-Pq: Improve-deep-recursion-detection-in-exif_data_load_d.patch.

b35270f... by Hugh McMaster

Reduce maximum recursion depth in exif_data_load_data_content

Gbp-Pq: Reduce-maximum-recursion-depth-in-exif_data_load_dat.patch.

f0038ce... by Hugh McMaster

Cast %u format specifiers to unsigned long to prevent compiler

Gbp-Pq: fix-size_t-warnings.patch.

e0c01ed... by Hugh McMaster

Fixes an out-of-bounds heap read in the exif_data_save_data_entry function (CVE-2017-7544)

Gbp-Pq: cve-2017-7544.patch.

476bdfa... by Hugh McMaster

Fixes an integer overflow while parsing the MNOTE entry data of the input file (CVE-2016-6328)

Gbp-Pq: cve-2016-6328.patch.

be28d37... by Hugh McMaster

Fix crash with GNOME applications by adding an extra check

Gbp-Pq: extra_colorspace_check.patch.

bc30385... by Hugh McMaster

Fix $CFLAGS in pkg-config helper.

Gbp-Pq: pkg_config_header_dir.patch.