We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3943bc3 commit 5ee8103Copy full SHA for 5ee8103
test/data/issue_2268_poc.jp2
97 Bytes
tests/bugfixes/github/test_issue_2268.py
@@ -0,0 +1,13 @@
1
+# -*- coding: utf-8 -*-
2
+
3
+from system_tests import CaseMeta, check_no_ASAN_UBSAN_errors
4
5
+class issue_2268_jp2_assert(metaclass=CaseMeta):
6
+ url = "https://github.com/Exiv2/exiv2/issues/2268"
7
+ filename = "$data_path/issue_2268_poc.jp2"
8
+ commands = ["$exiv2 -pS $filename"]
9
+ retval = [1]
10
+ stderr = ["""$exiv2_exception_message $filename:
11
+$kerCorruptedMetadata
12
+"""]
13
+ compare_stdout = check_no_ASAN_UBSAN_errors
0 commit comments