README.pdfium
1Name: Little CMS 2URL: http://www.littlecms.com/ 3Version: 2.6 4Security Critical: yes 5License: MIT License 6 7Description: 8Color Management Engine. 9 10Local Modifications: 11 120000-tag-type-confusion.patch: Fix a type confusion. 130001-from16-to-8-overflow.patch: Prevent a UBSan warning. 140002-infinite-loop-GrowNamedColorList.patch: Fix infinite loop when calling GrowNamedColorList. 150003-uninit.patch: Fix use uninitialized value and stack buffer overflow read. 160004-memory-leak-Type_Curve_Read.patch: Fix memory leak in Type_Curve_Read. 170005-memory-leak-AllocEmptyTransform.patch: Fix memory leak in AllocEmptyTransform. 180006-memory-leak-Type_NamedColor_Read.patch: Fix memory leak in Type_NamedColor_Read. 190007-memory-leak-OptimizeByResampling.patch: Fix memory leak in OptimizeByResampling. 200008-memory-leak-Type_MPEmatrix_Read.patch: Fix memory leak in MPEmatrix_Read. 210009-cmsStageAllocMatrix-param-swap.patch: Fix rows/cols swap in cmsStageAllocMatrix. 220010-reject-nan.patch: Reject NaN when reading float numbers. 230011-memory-leak-ReadSegmentedCurve.patch: Fix memory leak in ReadSegmentedCurve. 240012-backport-c0a98d86.patch: Fix several issues. Backport from upstream 25 https://github.com/mm2/Little-CMS/commit/c0a98d86 260013-utf8.patch: Encode source files as utf-8. 270014-avoid-fixed-inf.patch: Avoid fixed number LUT optimization on inf values. 280015-sanitize-float-read.patch: Sanitize floating point read. Partially backport 29 from upstream https://github.com/mm2/Little-CMS/commit/4011a6e3 300016-check-LUT-and-MPE.patch: check LUT consistency and sanitize MPE profiles. 310017-upstream-integer-overflow-MPEmatrix_Read.patch: fix some integer overflows. 32TODO(ochang): List other patches. 33