Name | Date | Size | #Lines | LOC | ||
---|---|---|---|---|---|---|
.. | - | - | ||||
include/ | H | 25-Apr-2025 | - | 2,660 | 1,714 | |
src/ | H | 25-Apr-2025 | - | 37,181 | 23,913 | |
0000-cmserr-changes.patch | H A D | 25-Apr-2025 | 10.1 KiB | 286 | 265 | |
0001-fix-include.patch | H A D | 25-Apr-2025 | 421 | 14 | 11 | |
0003-old-uninitialized-in-LUTevalFloat.patch | H A D | 25-Apr-2025 | 586 | 14 | 12 | |
0004-old-uninitialized-in-LUTeval16.patch | H A D | 25-Apr-2025 | 564 | 14 | 12 | |
0006-tag-type-confusion.patch | H A D | 25-Apr-2025 | 593 | 15 | 12 | |
0027-changes-from-beginning-of-time.patch | H A D | 25-Apr-2025 | 3.6 KiB | 118 | 100 | |
0028-do-not-quickfloor.patch | H A D | 25-Apr-2025 | 546 | 14 | 11 | |
0029-drop-register-keyword.patch | H A D | 25-Apr-2025 | 473 | 14 | 10 | |
0030-const-data.patch | H A D | 25-Apr-2025 | 3.1 KiB | 66 | 55 | |
0033-opt-integer-overflow.patch | H A D | 25-Apr-2025 | 3.2 KiB | 76 | 69 | |
0034-dead-code.patch | H A D | 25-Apr-2025 | 627 | 15 | 13 | |
0035-func-ptr-mixup.patch | H A D | 25-Apr-2025 | 1.1 KiB | 30 | 22 | |
README.pdfium | H A D | 25-Apr-2025 | 1,015 | 25 | 21 |
README.pdfium
1Name: Little CMS 2URL: http://www.littlecms.com/ 3Version: 2.15 4Security Critical: yes 5Shipped: yes 6License: MIT License 7 8Description: 9Color Management Engine. 10 11Local Modifications: 12 130000-cmserr-changes.patch: change LCMS memory management methods to use PDFium's. 140001-fix-include.patch: fix include in lcms2_internal.h. 150003-old-uninitialized-in-LUTevalFloat.patch: https://codereview.chromium.org/380293002/ 160004-old-uninitialized-in-LUTeval16.patch: https://codereview.chromium.org/387273002/ 170006-tag-type-confusion.patch: Fix a type confusion. 180027-changes-from-beginning-of-time.patch: commented changes from initial commit. 190028-do-not-quickfloor.patch: flooring errors may cause heap-buffer-overflow. 200029-drop-register-keyword.patch: Remove deprecated 'register' keyword. 210030-const-data.patch: Mark many data structures as const. 220033-opt-integer-overflow.patch: Protect against integer overflow. 230034-dead-code.patch: Remove dead code. 240035-func-ptr-mixup.patch: Prevent mixing up function pointer types. 25