Skip to content

Commit c8dd1c8

Browse files
authored
Merge pull request #5175 from radarhere/tiff
Fix TIFF OOB Write error
2 parents 0117694 + 45a62e9 commit c8dd1c8

File tree

3 files changed

+199
-164
lines changed

3 files changed

+199
-164
lines changed
4.77 KB
Binary file not shown.

Tests/test_tiff_crashes.py

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,12 @@
1919

2020

2121
@pytest.mark.parametrize(
22-
"test_file", ["Tests/images/crash_1.tif", "Tests/images/crash_2.tif"]
22+
"test_file",
23+
[
24+
"Tests/images/crash_1.tif",
25+
"Tests/images/crash_2.tif",
26+
"Tests/images/crash-2020-10-test.tif",
27+
],
2328
)
2429
@pytest.mark.filterwarnings("ignore:Possibly corrupt EXIF data")
2530
@pytest.mark.filterwarnings("ignore:Metadata warning")

0 commit comments

Comments
 (0)