Add regression test for CVE 2017-17669
parent
e0ab5aaa87
commit
80c4d95171
Binary file not shown.
After Width: | Height: | Size: 218 B |
@ -0,0 +1,16 @@
|
|||||||
|
# -*- coding: utf-8 -*-
|
||||||
|
|
||||||
|
import system_tests
|
||||||
|
|
||||||
|
|
||||||
|
class RunPocFile(system_tests.Case):
|
||||||
|
|
||||||
|
filename = "{data_path}/issue_187"
|
||||||
|
commands = ["{exiv2} " + filename]
|
||||||
|
retval = [1]
|
||||||
|
stdout = [""]
|
||||||
|
stderr = [
|
||||||
|
"""{exiv2_exception_msg} """ + filename + """:
|
||||||
|
{error_14_message}
|
||||||
|
"""
|
||||||
|
]
|
Loading…
Reference in New Issue