• Home
Name Date Size #Lines LOC

..--

include/03-May-2024-2,5701,655

src/03-May-2024-35,34922,462

0000-cmserr-changes.patchD03-May-202410.1 KiB286265

0001-fix-include.patchD03-May-2024421 1411

0002-old-performance-fix.patchD03-May-2024618 1412

0003-old-uninitialized-in-LUTevalFloat.patchD03-May-2024586 1412

0004-old-uninitialized-in-LUTeval16.patchD03-May-2024564 1412

0005-old-fix-e-with-tilde.patchD03-May-20242.4 KiB6252

0006-tag-type-confusion.patchD03-May-2024593 1512

0008-infinite-loop-GrowNamedColorList.patchD03-May-20241 KiB2924

0009-uninit.patchD03-May-2024801 2418

0010-memory-leak-Type_Curve_Read.patchD03-May-20241.2 KiB2923

0011-memory-leak-AllocEmptyTransform.patchD03-May-20241.3 KiB3528

0012-memory-leak-Type_NamedColor_Read.patchD03-May-2024932 2318

0013-memory-leak-OptimizeByResampling.patchD03-May-2024597 1411

0014-memory-leak-Type_MPEmatrix_Read.patchD03-May-20241,008 3124

0015-cmsStageAllocMatrix-param-swap.patchD03-May-2024770 2116

0016-reject-nan.patchD03-May-2024466 1412

0017-memory-leak-ReadSegmentedCurve.patchD03-May-20241.5 KiB3731

0018-backport-c0a98d86.patchD03-May-20242.3 KiB5448

0019-utf8.patchD03-May-20245.5 KiB9987

0020-avoid-fixed-inf.patchD03-May-20243.6 KiB9681

0021-sanitize-float-read.patchD03-May-2024485 1613

0022-check-LUT-and-MPE.patchD03-May-20245.8 KiB171141

0023-upstream-integer-overflow-MPEmatrix_Read.patchD03-May-20243.5 KiB8667

0024-verify-size-before-reading.patchD03-May-2024801 1816

0025-upstream-direct-leak-Type_MPE_Read.patchD03-May-20241 KiB3227

0026-more-unsupported-characters.patchD03-May-20244 KiB7464

0027-changes-from-beginning-of-time.patchD03-May-20245.1 KiB153132

0028-do-not-quickfloor.patchD03-May-2024546 1411

0029-drop-register-keyword.patchD03-May-20241.3 KiB2521

README.pdfiumD03-May-20242.5 KiB4440

README.pdfium

1Name: Little CMS
2URL: http://www.littlecms.com/
3Version: 2.8
4Security Critical: yes
5License: MIT License
6
7Description:
8Color Management Engine.
9
10Local Modifications:
11
120000-cmserr-changes.patch: change LCMS memory management methods to use PDFium's.
130001-fix-include.patch: fix include in lcms2_internal.h.
140002-old-performance-fix.patch: https://codereview.chromium.org/534363002/
150003-old-uninitialized-in-LUTevalFloat.patch: https://codereview.chromium.org/380293002/
160004-old-uninitialized-in-LUTeval16.patch: https://codereview.chromium.org/387273002/
170005-old-fix-e-with-tilde.patch: like https://codereview.chromium.org/2411123003/ but better.
180006-tag-type-confusion.patch: Fix a type confusion.
190008-infinite-loop-GrowNamedColorList.patch: Fix infinite loop when calling GrowNamedColorList.
200009-uninit.patch: Fix use uninitialized value and stack buffer overflow read.
210010-memory-leak-Type_Curve_Read.patch: Fix memory leak in Type_Curve_Read.
220011-memory-leak-AllocEmptyTransform.patch: Fix memory leak in AllocEmptyTransform.
230012-memory-leak-Type_NamedColor_Read.patch: Fix memory leak in Type_NamedColor_Read.
240013-memory-leak-OptimizeByResampling.patch: Fix memory leak in OptimizeByResampling.
250014-memory-leak-Type_MPEmatrix_Read.patch: Fix memory leak in MPEmatrix_Read.
260015-cmsStageAllocMatrix-param-swap.patch: Fix rows/cols swap in cmsStageAllocMatrix.
270016-reject-nan.patch: Reject NaN when reading float numbers.
280017-memory-leak-ReadSegmentedCurve.patch: Fix memory leak in ReadSegmentedCurve.
290018-backport-c0a98d86.patch: Fix several issues. Backport from upstream
30    https://github.com/mm2/Little-CMS/commit/c0a98d86
310019-utf8.patch: Encode source files as utf-8.
320020-avoid-fixed-inf.patch: Avoid fixed number LUT optimization on inf values.
330021-sanitize-float-read.patch: Sanitize floating point read. Partially backport
34    from upstream https://github.com/mm2/Little-CMS/commit/4011a6e3
350022-check-LUT-and-MPE.patch: check LUT consistency and sanitize MPE profiles.
360023-upstream-integer-overflow-MPEmatrix_Read.patch: fix some integer overflows.
370024-verify-size-before-reading.patch: fix OOM issue when there won't be enough
38    data to read anyway.
390025-upstream-direct-leak-Type_MPE_Read.patch: fix leak in cmstypes.c.
400026-more-unsupported-characters.patch: remove other unsupported characters.
410027-changes-from-beginning-of-time.patch: commented changes from initial commit.
420028-do-not-quickfloor.patch: flooring errors may cause heap-buffer-overflow.
430029-drop-register-keyword.patch: Remove deprecated 'register' keyword.
44