ubuntu/+source/sdl-image1.2:applied/ubuntu/bionic-updates

Last commit made on 2020-01-14
Get this branch:
git clone -b applied/ubuntu/bionic-updates https://git.launchpad.net/ubuntu/+source/sdl-image1.2
Members of git-ubuntu import can upload to this branch. Log in for directions.

Branch merges

Branch information

Name:
applied/ubuntu/bionic-updates
Repository:
lp:ubuntu/+source/sdl-image1.2

Recent commits

d658a66... by Eduardo Barretto

1.2.12-8ubuntu0.1 (patches applied)

Imported using git-ubuntu import.

ce026c9... by Eduardo Barretto

Fixed bug 4538 - validate image size when loading BMP files

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

d88a5cd... by Eduardo Barretto

fix Heap-Buffer Overflow in Blit1to4 (IMG_bmp.c)

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

fada912... by Eduardo Barretto

Fix potential buffer overflow on corrupt or maliciously-crafted XCF file.

Gbp-Pq: CVE-2018-3977.patch.

63f0d25... by Eduardo Barretto

fix multiple OOB issues in IMG_pcx.c

Gbp-Pq: IMG_pcx-out-of-bounds.patch.

7f61d0d... by Eduardo Barretto

fix invalid data read on bpl == -1

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

ee6b2f3... by Eduardo Barretto

fix heap buffer overflow issue in IMG_pcx.c

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

8b77e08... by Eduardo Barretto

xcf: check for some potential integer overflows.

Gbp-Pq: xcf_fb643e371806.patch.

d916ec5... by Eduardo Barretto

xcf: Prevent infinite loop and/or buffer overflow on bogus data.

Gbp-Pq: xcf_c5f9cbb5d2bb.patch.

b81a70d... by Eduardo Barretto

pcx: don't overflow buffer if bytes-per-line is less than image width.

Gbp-Pq: pcx_2938fc80591a.patch.