From f7520395821090b36a5ad8c658a844c3342dbf66 Mon Sep 17 00:00:00 2001 From: Nicolas Pena Date: Thu, 10 Aug 2017 16:36:56 -0400 Subject: LCMS: rename folder MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: I5f240cb0779648dc5427fecb5561086e7c0fb16a Reviewed-on: https://pdfium-review.googlesource.com/10650 Reviewed-by: dsinclair Commit-Queue: Nicolás Peña --- third_party/lcms/README.pdfium | 35 +++++++++++++++++++++++++++++++++++ 1 file changed, 35 insertions(+) create mode 100644 third_party/lcms/README.pdfium (limited to 'third_party/lcms/README.pdfium') diff --git a/third_party/lcms/README.pdfium b/third_party/lcms/README.pdfium new file mode 100644 index 0000000000..94dc67a7e3 --- /dev/null +++ b/third_party/lcms/README.pdfium @@ -0,0 +1,35 @@ +Name: Little CMS +URL: http://www.littlecms.com/ +Version: 2.6 +Security Critical: yes +License: MIT License + +Description: +Color Management Engine. + +Local Modifications: + +0000-tag-type-confusion.patch: Fix a type confusion. +0001-from16-to-8-overflow.patch: Prevent a UBSan warning. +0002-infinite-loop-GrowNamedColorList.patch: Fix infinite loop when calling GrowNamedColorList. +0003-uninit.patch: Fix use uninitialized value and stack buffer overflow read. +0004-memory-leak-Type_Curve_Read.patch: Fix memory leak in Type_Curve_Read. +0005-memory-leak-AllocEmptyTransform.patch: Fix memory leak in AllocEmptyTransform. +0006-memory-leak-Type_NamedColor_Read.patch: Fix memory leak in Type_NamedColor_Read. +0007-memory-leak-OptimizeByResampling.patch: Fix memory leak in OptimizeByResampling. +0008-memory-leak-Type_MPEmatrix_Read.patch: Fix memory leak in MPEmatrix_Read. +0009-cmsStageAllocMatrix-param-swap.patch: Fix rows/cols swap in cmsStageAllocMatrix. +0010-reject-nan.patch: Reject NaN when reading float numbers. +0011-memory-leak-ReadSegmentedCurve.patch: Fix memory leak in ReadSegmentedCurve. +0012-backport-c0a98d86.patch: Fix several issues. Backport from upstream + https://github.com/mm2/Little-CMS/commit/c0a98d86 +0013-utf8.patch: Encode source files as utf-8. +0014-avoid-fixed-inf.patch: Avoid fixed number LUT optimization on inf values. +0015-sanitize-float-read.patch: Sanitize floating point read. Partially backport + from upstream https://github.com/mm2/Little-CMS/commit/4011a6e3 +0016-check-LUT-and-MPE.patch: check LUT consistency and sanitize MPE profiles. +0017-upstream-integer-overflow-MPEmatrix_Read.patch: fix some integer overflows. +0018-verify-size-before-reading.patch: fix OOM issue when there won't be enough + data to read anyway. +0019-upstream-direct-leak-Type_MPE_Read.patch: fix leak in cmstypes.c. +TODO(ochang): List other patches. -- cgit v1.2.3