diff options
| author | Matthieu Darbois <mayeut@users.noreply.github.com> | 2015-05-27 23:05:16 +0000 |
|---|---|---|
| committer | Matthieu Darbois <mayeut@users.noreply.github.com> | 2015-05-27 23:05:16 +0000 |
| commit | e3291c4e1f26c1f756e360110423ab0a63be4204 (patch) | |
| tree | 3b1eac5c5ab4b4202c128dae890240ad1ccc2f30 /tests/nonregression | |
| parent | 0fa5a17c98c4b8f9ee2286f4f0a50cf52a5fccb0 (diff) | |
[trunk] Fix overflow in opj_image_comp_header_update (fixes issue 495)
Diffstat (limited to 'tests/nonregression')
| -rw-r--r-- | tests/nonregression/md5refs.txt | 3 | ||||
| -rw-r--r-- | tests/nonregression/test_suite.ctest.in | 2 |
2 files changed, 5 insertions, 0 deletions
diff --git a/tests/nonregression/md5refs.txt b/tests/nonregression/md5refs.txt index eb04c0ba..caeab6d6 100644 --- a/tests/nonregression/md5refs.txt +++ b/tests/nonregression/md5refs.txt @@ -179,3 +179,6 @@ ec8d1c99db9763a8ba489df4f41dda53 issue411-ycc420.jp2_2.pgx f004b48eafb2e52529cc9c7b6a3ff5d2 issue458.jp2_1.pgx 3127bd0a591d113c3c2428c8d2c14ec8 issue458.jp2_2.pgx dacaf60e4c430916a8c2a9ebec32e71c issue458.jp2_3.pgx +d33fb5dbddb9b9b4438eb51fa27445a3 issue495.jp2_0.pgx +27db8c35e12a5d5eb94d403d2aae2909 issue495.jp2_1.pgx +97da625d2f2d0b75bf891d8083ce8bfb issue495.jp2_2.pgx diff --git a/tests/nonregression/test_suite.ctest.in b/tests/nonregression/test_suite.ctest.in index a8943424..eaaa2e04 100644 --- a/tests/nonregression/test_suite.ctest.in +++ b/tests/nonregression/test_suite.ctest.in @@ -264,6 +264,8 @@ opj_decompress -i @INPUT_NR_PATH@/issue458.jp2 -o @TEMP_PATH@/issue458.jp2.pgx !opj_decompress -i @INPUT_NR_PATH@/issue476.jp2 -o @TEMP_PATH@/issue476.jp2.pgx # issue 475 Invalid number of layers !opj_decompress -i @INPUT_NR_PATH@/issue475.jp2 -o @TEMP_PATH@/issue475.jp2.pgx +# issue 495 Overflow op_image_comp_header_updat +opj_decompress -i @INPUT_NR_PATH@/issue495.jp2 -o @TEMP_PATH@/issue495.jp2.pgx # decode with specific area |
