Package: tinyexr / 1.0.0+dfsg-1+deb11u1
Metadata
Package | Version | Patches format |
---|---|---|
tinyexr | 1.0.0+dfsg-1+deb11u1 | 3.0 (quilt) |
Patch series
view the series filePatch | File delta | Description |
---|---|---|
0001 Use zlib instead of embedded miniz.patch | (download) |
tinyexr.h |
22 20 + 2 - 0 ! |
use zlib instead of embedded miniz |
0002 Explicitly export required symbols.patch | (download) |
tinyexr.h |
54 30 + 24 - 0 ! |
explicitly export required symbols |
0003 Fix CMake build system.patch | (download) |
CMakeLists.txt |
106 45 + 61 - 0 ! |
fix cmake build system |
0004 Add test executable for CTest.patch | (download) |
CMakeLists.txt |
7 7 + 0 - 0 ! |
add test executable for ctest |
0005 CVE 2022 38529.patch | (download) |
tinyexr.h |
2 1 + 1 - 0 ! |
cve-2022-38529 Fix heap buffer overflow in rleUncompress. Backported from upstream commit cc1b199dd17b700c3130a53866ea462ab88e7f82 |
0006 CVE 2022 34300.patch | (download) |
tinyexr.h |
4 2 + 2 - 0 ! |
cve-2022-34300 Fix heap buffer overflow in DecodePixelData. |