• Home
Name Date Size #Lines LOC

..--

include/03-May-2024-2,5781,659

src/03-May-2024-35,75922,793

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-2024935 2622

0019-utf8.patchD03-May-20245.7 KiB9988

0026-more-unsupported-characters.patchD03-May-20242.1 KiB4235

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

0030-const-data.patchD03-May-20245.1 KiB11598

0031-wrong-tag-element-count.patchD03-May-2024541 1310

0032-cgats-allocation.patchD03-May-20241 KiB2521

0033-opt-integer-overflow.patchD03-May-20243.2 KiB7669

README.pdfiumD03-May-20241.4 KiB2925

README.pdfium

1Name: Little CMS
2URL: http://www.littlecms.com/
3Version: 2.9
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.
200019-utf8.patch: Encode source files as utf-8.
210026-more-unsupported-characters.patch: remove other unsupported characters.
220027-changes-from-beginning-of-time.patch: commented changes from initial commit.
230028-do-not-quickfloor.patch: flooring errors may cause heap-buffer-overflow.
240029-drop-register-keyword.patch: Remove deprecated 'register' keyword.
250030-const-data.patch: Mark many data structures as const.
260031-wrong-tag-element-count.patch: Handle tag element count mismatch as an error.
270032-cgats-allocation.patch: Add check on CGATS memory allocation.
280033-opt-integer-overflow.patch: Protect against integer overflow.
29