Skip to content

Commit

Permalink
Merge pull request #5175 from radarhere/tiff
Browse files Browse the repository at this point in the history
Fix TIFF OOB Write error
  • Loading branch information
radarhere committed Jan 2, 2021
2 parents 0117694 + 45a62e9 commit c8dd1c8
Show file tree
Hide file tree
Showing 3 changed files with 199 additions and 164 deletions.
Binary file added Tests/images/crash-2020-10-test.tif
Binary file not shown.
7 changes: 6 additions & 1 deletion Tests/test_tiff_crashes.py
Expand Up @@ -19,7 +19,12 @@


@pytest.mark.parametrize(
"test_file", ["Tests/images/crash_1.tif", "Tests/images/crash_2.tif"]
"test_file",
[
"Tests/images/crash_1.tif",
"Tests/images/crash_2.tif",
"Tests/images/crash-2020-10-test.tif",
],
)
@pytest.mark.filterwarnings("ignore:Possibly corrupt EXIF data")
@pytest.mark.filterwarnings("ignore:Metadata warning")
Expand Down

0 comments on commit c8dd1c8

Please sign in to comment.