ubuntu/+source/graphicsmagick:applied/ubuntu/bionic-updates

Last commit made on 2023-03-21
Get this branch:
git clone -b applied/ubuntu/bionic-updates https://git.launchpad.net/ubuntu/+source/graphicsmagick
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/graphicsmagick

Recent commits

b5ec632... by Camila Camargo de Matos

1.3.28-2ubuntu0.2 (patches applied)

Imported using git-ubuntu import.

e3dc275... by Camila Camargo de Matos

WriteMATLABImage(): Add completely missing error handling.

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

4b8380e... by Camila Camargo de Matos

WritePDBImage(): Use correct bits/sample rather than image->depth. Avoids potential buffer overflow.

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

17c04ed... by Camila Camargo de Matos

ReadXWDImage(): Address segmentation violation and invalid memory reads with more validations.

Gbp-Pq: CVE-2019-11473_11474-3.patch.

b3abc4f... by Camila Camargo de Matos

ReadXWDImage(): Potential for heap overflow added by changes on the 14th. Address header-directed arbitrary memory allocation.

Gbp-Pq: CVE-2019-11473_11474-2.patch.

e511374... by Camila Camargo de Matos

ReadXWDImage(): Add more validation logic to avoid crashes due to FPE and invalid reads.

Gbp-Pq: CVE-2019-11473_11474-1.patch.

ca5b3d0... by Camila Camargo de Matos

ReadMPCImage(): Deal with a profile length of zero, or an irrationally large profile length.

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

54e2df5... by Camila Camargo de Matos

ReadXWDImage(): Fix heap buffer overflow while reading DirectClass XWD file.

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

6bbd0fd... by Camila Camargo de Matos

XWD: Perform more header validations, a file size validation, and fix arithmetic overflows leading to heap overwrite.

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

95abd98... by Camila Camargo de Matos

ReadMNGImage(): Fix small buffer overflow (one PixelPacket) of image colormap.

Gbp-Pq: CVE-2019-11007-2.patch.