Package: openjpeg2 / 2.5.0-2+deb12u1
Metadata
Package | Version | Patches format |
---|---|---|
openjpeg2 | 2.5.0-2+deb12u1 | 3.0 (quilt) |
Patch series
view the series filePatch | File delta | Description |
---|---|---|
issue878.patch | (download) |
src/bin/wx/OPJViewer/source/imagjpeg2000.cpp |
3 2 + 1 - 0 ! |
openjpeg2 viewer fails to build |
man_fix.patch | (download) |
CMakeLists.txt |
2 1 + 1 - 0 ! |
add install rules for man page even when not building doc |
CVE 2021 3575.patch | (download) |
src/bin/common/color.c |
12 10 + 2 - 0 ! |
[patch] opj_decompress: fix off-by-one read heap-buffer-overflow in sycc420_to_rgb() when x0 and y0 are odd (CVE-2021-3575, fixes #1347) |
CVE 2023 39327.patch | (download) |
src/lib/openjp2/t2.c |
19 13 + 6 - 0 ! |
[patch] fix: when eph markers are specified, they are required. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit reference from Rec. ITU-T T.800 (06/2019): - Table A.13 Coding style parameter values for the Scod parameter - Section A.8.1 Start of packet (SOP) - Section A.8.2 End of packet header (EPH) |
CVE 2024 56826.patch | (download) |
src/bin/common/color.c |
42 32 + 10 - 0 ! |
[patch] sycc422_to_rgb(): fix out-of-bounds read accesses when 2 * width_component_1_or_2 + 1 == with_component_0 Fixes #1563 Also adjusts sycc420_to_rgb() for potential similar issue (amending commit 7bd884f8750892de4f50bf4642fcfbe7011c6bdf) |
CVE 2024 56827.patch | (download) |
src/lib/openjp2/j2k.c |
3 2 + 1 - 0 ! |
[patch] opj_j2k_add_tlmarker(): validate that current tile-part number if smaller that total number of tile-parts Fixes #1564 |