summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2019-03-29opj_t1_encode_cblks: fix UBSAN signed integer overflowEven Rouault
2019-03-29Revert "[JPWL] tgatoimage(): avoid excessive memory allocation attempt,"Even Rouault
2019-03-29Revert "[MJ2] Avoid index out of bounds access to pi->include[]"Even Rouault
2018-12-14convertbmp: detect invalid file dimensions earlyHugo Lefeuvre
2018-12-07Merge pull request #1168 from Young-X/fix_devEven Rouault
2018-11-28[JPWL] tgatoimage(): avoid excessive memory allocation attempt,Young Xiao
2018-11-28 [JP3D] To avoid divisions by zero / undefined behaviour on shift (CVE-2018-1...Young_X
2018-11-28 [JPWL] opj_compress: reorder checks related to code block dimensions to avoi...Young_X
2018-11-28[OPENJP2] change the way to compute *p_tx0, *p_tx1, *p_ty0, *p_ty1 in functionYoung_X
2018-11-28[MJ2] Avoid index out of bounds access to pi->include[]Young_X
2018-11-27color_apply_icc_profile: avoid potential heap buffer overflowEven Rouault
2018-11-23[JPWL] imagetotga(): fix read heap buffer overflow if numcomps < 3 (#987)Young_X
2018-11-23[JPWL] fix CVE-2018-16375Young_X
2018-11-23[MJ2] To avoid divisions by zero / undefined behaviour on shiftYoung_X
2018-11-16Merge pull request #1160 from hlef/masterEven Rouault
2018-11-16openjp3d: Int overflow fixed (#1159)ichlubna
2018-11-07jp2: convert: fix null pointer dereferenceHugo Lefeuvre
2018-11-01jp3d/jpwl convert: fix write stack buffer overflowHugo Lefeuvre
2018-10-31Fix some potential overflow issues (#1161)Stefan Weil
2018-10-31Fix several memory and resource leaksNikola Forró
2018-10-18opj_thread_pool_setup(): fix infinite waiting if a thread creation failedEven Rouault
2018-09-22Merge pull request #1148 from hlef/masterEven Rouault
2018-09-22opj_jp2_apply_pclr(): remove useless assert that can trigger on some files (f...Even Rouault
2018-09-22Merge branch 'pr1095'Even Rouault
2018-09-22opj_mj2_extract: Check provided output prefix for lengthKarol Babioch
2018-09-22Merge branch 'pr1107'Even Rouault
2018-09-22opj_mj2_extract: Avoid segfault for long filenamesszukw000
2018-09-22Merge pull request #1136 from reverson/masterEven Rouault
2018-09-22Merge pull request #1119 from stweil/ssize_tEven Rouault
2018-09-22Merge pull request #1128 from stweil/typosEven Rouault
2018-09-22Merge pull request #1141 from szukw000/changes-in-pnmtoimageEven Rouault
2018-09-22convertbmp: fix issues with zero bitmasksHugo Lefeuvre
2018-09-05openjp2/jp2: Fix two format stringsStefan Weil
2018-09-05Fix some typos in code comments and documentationStefan Weil
2018-08-31Changes in pnmtoimage if image data are missingszukw000
2018-08-27Cast on uint ceildivRobert Everson
2018-06-20Avoid assertion when running opj_j2k_merge_ppt() several time due to e6674f7e...Even Rouault
2018-06-20Revert "Avoid assertion in opj_j2k_merge_ppt() in case premature EOC is encou...Even Rouault
2018-06-18Use local type declaration for POSIX standard type only for MS compilerStefan Weil
2018-06-16opj_compress: try to make help message of -c switch clearer (fixes #1117)Even Rouault
2018-03-12opj_compress: fix help message regarding default precinct sizeEven Rouault
2018-03-04Merge pull request #1094 from kbabioch/fix/missing-format-string-parameterEven Rouault
2018-03-04Merge pull request #1096 from kbabioch/fix/opj_mj2_extract-helpEven Rouault
2018-03-03jp3d: Replace sprintf() by snprintf() in volumetobin()Karol Babioch
2018-03-02opj_mj2_extract: Rename output_location to output_prefixKarol Babioch
2018-03-02mj2: Add missing variable to format string in fprintf() invocation in meta_out.cKarol Babioch
2018-02-25openjp3d: Convert ISO-8859 to UTF-8Stefan Weil
2018-02-25jp3d: Convert ISO-8859 to UTF-8Stefan Weil
2018-02-25Merge pull request #1080 from setharnold/patch-1Even Rouault
2018-02-18bench_dwt: fix wrong index in iteration (issue found by Fethi Migaou)Even Rouault