Package: tinyexr / 1.0.1+dfsg-4

Metadata

Package Version Patches format
tinyexr 1.0.1+dfsg-4 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
0001 Use zlib instead of embedded miniz.patch | (download)

tinyexr.h | 4 2 + 2 - 0 !
1 file changed, 2 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 | 118 45 + 73 - 0 !
tinyexrConfig.cmake.in | 2 2 + 0 - 0 !
2 files changed, 47 insertions(+), 73 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 Properly check for Big Endian.patch | (download)

tinyexr.h | 10 5 + 5 - 0 !
1 file changed, 5 insertions(+), 5 deletions(-)

 properly check for big endian


0006 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

0007 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.