From b8b78b9917ede066d5e33c6a9f52cc72ec591a4f Mon Sep 17 00:00:00 2001 From: giraffedata Date: Sat, 28 Sep 2019 19:28:25 +0000 Subject: Release 10.86.06 git-svn-id: http://svn.code.sf.net/p/netpbm/code/stable@3688 9d0c8265-081b-0410-96cb-a4ca84ce46f8 --- converter/other/jpeg2000/libjasper/jp2/jp2_dec.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'converter/other/jpeg2000/libjasper/jp2') diff --git a/converter/other/jpeg2000/libjasper/jp2/jp2_dec.c b/converter/other/jpeg2000/libjasper/jp2/jp2_dec.c index a9463a57..4036f0f2 100644 --- a/converter/other/jpeg2000/libjasper/jp2/jp2_dec.c +++ b/converter/other/jpeg2000/libjasper/jp2/jp2_dec.c @@ -563,6 +563,9 @@ jp2_decode(jas_stream_t *in, char *optstr) { channo + 1)); } #endif + } else { + jas_eprintf("error: invalid MTYP in CMAP box\n"); + goto error; } } } -- cgit 1.4.1