| Name: Little CMS |
| URL: http://www.littlecms.com/ |
| Version: 2.8 |
| Security Critical: yes |
| License: MIT License |
| |
| Description: |
| Color Management Engine. |
| |
| Local Modifications: |
| |
| 0000-cmserr-changes.patch: change LCMS memory management methods to use PDFium's. |
| 0001-fix-include.patch: fix include in lcms2_internal.h. |
| 0002-old-performance-fix.patch: https://codereview.chromium.org/534363002/ |
| 0003-old-uninitialized-in-LUTevalFloat.patch: https://codereview.chromium.org/380293002/ |
| 0004-old-uninitialized-in-LUTeval16.patch: https://codereview.chromium.org/387273002/ |
| 0005-old-fix-e-with-tilde.patch: like https://codereview.chromium.org/2411123003/ but better. |
| 0006-tag-type-confusion.patch: Fix a type confusion. |
| 0008-infinite-loop-GrowNamedColorList.patch: Fix infinite loop when calling GrowNamedColorList. |
| 0009-uninit.patch: Fix use uninitialized value and stack buffer overflow read. |
| 0010-memory-leak-Type_Curve_Read.patch: Fix memory leak in Type_Curve_Read. |
| 0011-memory-leak-AllocEmptyTransform.patch: Fix memory leak in AllocEmptyTransform. |
| 0012-memory-leak-Type_NamedColor_Read.patch: Fix memory leak in Type_NamedColor_Read. |
| 0013-memory-leak-OptimizeByResampling.patch: Fix memory leak in OptimizeByResampling. |
| 0014-memory-leak-Type_MPEmatrix_Read.patch: Fix memory leak in MPEmatrix_Read. |
| 0015-cmsStageAllocMatrix-param-swap.patch: Fix rows/cols swap in cmsStageAllocMatrix. |
| 0016-reject-nan.patch: Reject NaN when reading float numbers. |
| 0017-memory-leak-ReadSegmentedCurve.patch: Fix memory leak in ReadSegmentedCurve. |
| 0018-backport-c0a98d86.patch: Fix several issues. Backport from upstream |
| https://github.com/mm2/Little-CMS/commit/c0a98d86 |
| 0019-utf8.patch: Encode source files as utf-8. |
| 0020-avoid-fixed-inf.patch: Avoid fixed number LUT optimization on inf values. |
| 0021-sanitize-float-read.patch: Sanitize floating point read. Partially backport |
| from upstream https://github.com/mm2/Little-CMS/commit/4011a6e3 |
| 0022-check-LUT-and-MPE.patch: check LUT consistency and sanitize MPE profiles. |
| 0023-upstream-integer-overflow-MPEmatrix_Read.patch: fix some integer overflows. |
| 0024-verify-size-before-reading.patch: fix OOM issue when there won't be enough |
| data to read anyway. |
| 0025-upstream-direct-leak-Type_MPE_Read.patch: fix leak in cmstypes.c. |
| 0026-more-unsupported-characters.patch: remove other unsupported characters. |
| 0027-changes-from-beginning-of-time.patch: commented changes from initial commit. |
| 0028-do-not-quickfloor.patch: flooring errors may cause heap-buffer-overflow. |
| 0029-drop-register-keyword.patch: Remove deprecated 'register' keyword. |
| 0030-const-data.patch: Mark many data structures as const. |
| 0031-wrong-tag-element-count.patch: Handle tag element count mismatch as an error. |