[tests] Add regression test for #1019
(cherry picked from commit 73b874fb14d02578f876aa7dd404cf7c07b6dc4e)v0.27.3
parent
b7890776c6
commit
0a4fdae360
Binary file not shown.
@ -0,0 +1,14 @@
|
||||
from system_tests import CaseMeta, path
|
||||
|
||||
|
||||
class OverreadInCiffDirectoryReadDirectory(metaclass=CaseMeta):
|
||||
|
||||
filename = path("$data_path/POC-file_issue_1019")
|
||||
commands = ["$exiv2 -pv $filename"]
|
||||
stdout = [""]
|
||||
stderr = [
|
||||
"""$exiv2_exception_message $filename:
|
||||
$kerOffsetOutOfRange
|
||||
"""
|
||||
]
|
||||
retval = [1]
|
Loading…
Reference in New Issue