diff options
-rw-r--r-- | graphics/jasper/Makefile | 2 | ||||
-rw-r--r-- | graphics/jasper/files/patch-jpc_cs.c | 2 | ||||
-rw-r--r-- | security/vuxml/vuln.xml | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/graphics/jasper/Makefile b/graphics/jasper/Makefile index 7ed99360ac71..94fc915a7534 100644 --- a/graphics/jasper/Makefile +++ b/graphics/jasper/Makefile @@ -3,7 +3,7 @@ PORTNAME= jasper PORTVERSION= 1.900.1 -PORTREVISION= 11 +PORTREVISION= 12 CATEGORIES= graphics MASTER_SITES= http://www.ece.uvic.ca/~mdadams/jasper/software/ \ ${MASTER_SITE_IMAGEMAGICK} diff --git a/graphics/jasper/files/patch-jpc_cs.c b/graphics/jasper/files/patch-jpc_cs.c index 08f86e1b6f47..89903070c06a 100644 --- a/graphics/jasper/files/patch-jpc_cs.c +++ b/graphics/jasper/files/patch-jpc_cs.c @@ -75,7 +75,7 @@ uint_fast16_t compno; crg->numcomps = cstate->numcomps; - if (!(crg->comps = jas_malloc(cstate->numcomps * sizeof(uint_fast16_t)))) { -+ if (!(crg->comps = jas_malloc2(cstate->numcomps, sizeof(uint_fast16_t)))) { ++ if (!(crg->comps = jas_malloc2(cstate->numcomps, sizeof(jpc_crgcomp_t)))) { return -1; } for (compno = 0, comp = crg->comps; compno < cstate->numcomps; diff --git a/security/vuxml/vuln.xml b/security/vuxml/vuln.xml index f83167ed41e8..407410e561d7 100644 --- a/security/vuxml/vuln.xml +++ b/security/vuxml/vuln.xml @@ -115,7 +115,7 @@ Note: Please add new entries to the beginning of this file. <affects> <package> <name>jasper</name> - <range><lt>1.900.1_11</lt></range> + <range><lt>1.900.1_12</lt></range> </package> </affects> <description> |