Name | Date | Size | #Lines | LOC | ||
---|---|---|---|---|---|---|
.. | - | - | ||||
include/ | 03-May-2024 | - | 2,660 | 1,714 | ||
src/ | 03-May-2024 | - | 37,172 | 23,906 | ||
0000-cmserr-changes.patch | D | 03-May-2024 | 10.1 KiB | 286 | 265 | |
0001-fix-include.patch | D | 03-May-2024 | 421 | 14 | 11 | |
0003-old-uninitialized-in-LUTevalFloat.patch | D | 03-May-2024 | 586 | 14 | 12 | |
0004-old-uninitialized-in-LUTeval16.patch | D | 03-May-2024 | 564 | 14 | 12 | |
0006-tag-type-confusion.patch | D | 03-May-2024 | 593 | 15 | 12 | |
0027-changes-from-beginning-of-time.patch | D | 03-May-2024 | 3.6 KiB | 118 | 100 | |
0028-do-not-quickfloor.patch | D | 03-May-2024 | 546 | 14 | 11 | |
0029-drop-register-keyword.patch | D | 03-May-2024 | 473 | 14 | 10 | |
0030-const-data.patch | D | 03-May-2024 | 3.1 KiB | 66 | 55 | |
0033-opt-integer-overflow.patch | D | 03-May-2024 | 3.2 KiB | 76 | 69 | |
0034-dead-code.patch | D | 03-May-2024 | 627 | 15 | 13 | |
README.pdfium | D | 03-May-2024 | 933 | 23 | 19 |
README.pdfium
1Name: Little CMS 2URL: http://www.littlecms.com/ 3Version: 2.15 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. 140003-old-uninitialized-in-LUTevalFloat.patch: https://codereview.chromium.org/380293002/ 150004-old-uninitialized-in-LUTeval16.patch: https://codereview.chromium.org/387273002/ 160006-tag-type-confusion.patch: Fix a type confusion. 170027-changes-from-beginning-of-time.patch: commented changes from initial commit. 180028-do-not-quickfloor.patch: flooring errors may cause heap-buffer-overflow. 190029-drop-register-keyword.patch: Remove deprecated 'register' keyword. 200030-const-data.patch: Mark many data structures as const. 210033-opt-integer-overflow.patch: Protect against integer overflow. 220034-dead-code.patch: Remove dead code. 23