Commit Graph

5 Commits

Author SHA1 Message Date
Young Xiao 7ff9b4fd9b [PATCH] bmp_read_rle4_data(): avoid potential infinite loop
Gbp-Pq: Name CVE-2019-12973-2.patch
2022-05-14 02:33:47 +08:00
Young Xiao 1a67a19c2e [PATCH] convertbmp: detect invalid file dimensions early
width/length dimensions read from bmp headers are not necessarily
valid. For instance they may have been maliciously set to very large
values with the intention to cause DoS (large memory allocation, stack
overflow). In these cases we want to detect the invalid size as early
as possible.

This commit introduces a counter which verifies that the number of
written bytes corresponds to the advertized width/length.

See commit 8ee335227bbc for details.

Signed-off-by: Young Xiao <YangX92@hotmail.com>

Gbp-Pq: Name CVE-2019-12973-1.patch
2022-05-14 02:33:47 +08:00
Markus Koschany 9147c9517a java9
Gbp-Pq: Name java9.patch
2022-05-14 02:33:47 +08:00
openKylinBot 0a6fe2debc Import Debian changes 2.3.1-ok1
openjpeg2 (2.3.1-ok1) yangtze; urgency=medium

  * Build for openKylin.
2022-05-14 02:33:42 +08:00
openKylinBot 63c964585c Import Upstream version 2.3.1 2022-05-14 02:33:42 +08:00