lol
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

at release-16.03-start 12 lines 569 B view raw
1diff -up jasper-1.900.1/src/libjasper/jpc/jpc_dec.c.CVE-2014-8157 jasper-1.900.1/src/libjasper/jpc/jpc_dec.c 2--- jasper-1.900.1/src/libjasper/jpc/jpc_dec.c.CVE-2014-8157 2015-01-19 16:59:36.000000000 +0100 3+++ jasper-1.900.1/src/libjasper/jpc/jpc_dec.c 2015-01-19 17:07:41.609863268 +0100 4@@ -489,7 +489,7 @@ static int jpc_dec_process_sot(jpc_dec_t 5 dec->curtileendoff = 0; 6 } 7 8- if (JAS_CAST(int, sot->tileno) > dec->numtiles) { 9+ if (JAS_CAST(int, sot->tileno) >= dec->numtiles) { 10 jas_eprintf("invalid tile number in SOT marker segment\n"); 11 return -1; 12 }