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 file
Patch File delta Description
0001 Use zlib instead of embedded miniz.patch | (download)

tinyexr.h | 22 20 + 2 - 0 !
1 file changed, 20 insertions(+), 2 deletions(-)

 use zlib instead of embedded miniz


0002 Explicitly export required symbols.patch | (download)

tinyexr.h | 54 30 + 24 - 0 !
1 file changed, 30 insertions(+), 24 deletions(-)

 explicitly export required symbols


0003 Fix CMake build system.patch | (download)

CMakeLists.txt | 106 45 + 61 - 0 !
tinyexrConfig.cmake.in | 2 2 + 0 - 0 !
2 files changed, 47 insertions(+), 61 deletions(-)

 fix cmake build system


0004 Add test executable for CTest.patch | (download)

CMakeLists.txt | 7 7 + 0 - 0 !
test_tinyexr.cc | 3 1 + 2 - 0 !
2 files changed, 8 insertions(+), 2 deletions(-)

 add test executable for ctest


0005 CVE 2022 38529.patch | (download)

tinyexr.h | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 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 !
1 file changed, 2 insertions(+), 2 deletions(-)

 cve-2022-34300

Fix heap buffer overflow in DecodePixelData.