diff options
| author | Matthieu Darbois <mayeut@users.noreply.github.com> | 2014-11-21 21:35:43 +0000 |
|---|---|---|
| committer | Matthieu Darbois <mayeut@users.noreply.github.com> | 2014-11-21 21:35:43 +0000 |
| commit | 548aff34f4c3809bde94c8a9559ee98b5cd70f84 (patch) | |
| tree | d82c93f3618cbfd09995b2e6cbcf412d61902eab /tests | |
| parent | 8397eac3823b92e4cf6d6ba14570ca50a0cf5b3a (diff) | |
[trunk] added check for tile component data size overflow (fixes issue 432)
Diffstat (limited to 'tests')
| -rw-r--r-- | tests/nonregression/test_suite.ctest.in | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/nonregression/test_suite.ctest.in b/tests/nonregression/test_suite.ctest.in index f85326bb..def08568 100644 --- a/tests/nonregression/test_suite.ctest.in +++ b/tests/nonregression/test_suite.ctest.in @@ -225,6 +225,8 @@ opj_decompress -i @INPUT_NR_PATH@/issue411-ycc422.jp2 -o @TEMP_PATH@/issue411-yc opj_decompress -i @INPUT_NR_PATH@/issue411-ycc420.jp2 -o @TEMP_PATH@/issue411-ycc420.jp2.pgx # issue 429 (from pdfium fuzz engine) 0 entries in PCLR box. !opj_decompress -i @INPUT_NR_PATH@/issue429.jp2 -o @TEMP_PATH@/issue429.jp2.pgx +# issue 432 (from pdfium fuzz engine) Overflow in tcd tilec data size computation. +!opj_decompress -i @INPUT_NR_PATH@/issue432.jp2 -o @TEMP_PATH@/issue432.jp2.pgx # decode with specific area # prec=12; nb_c=1 |
