unplugged-system/external/pdfium/third_party/lcms
2025-10-06 13:59:42 +00:00
..
include Initial commit: AOSP 14 with modifications for Unplugged OS 2025-10-06 13:59:42 +00:00
src Initial commit: AOSP 14 with modifications for Unplugged OS 2025-10-06 13:59:42 +00:00
0000-cmserr-changes.patch Initial commit: AOSP 14 with modifications for Unplugged OS 2025-10-06 13:59:42 +00:00
0001-fix-include.patch Initial commit: AOSP 14 with modifications for Unplugged OS 2025-10-06 13:59:42 +00:00
0003-old-uninitialized-in-LUTevalFloat.patch Initial commit: AOSP 14 with modifications for Unplugged OS 2025-10-06 13:59:42 +00:00
0004-old-uninitialized-in-LUTeval16.patch Initial commit: AOSP 14 with modifications for Unplugged OS 2025-10-06 13:59:42 +00:00
0006-tag-type-confusion.patch Initial commit: AOSP 14 with modifications for Unplugged OS 2025-10-06 13:59:42 +00:00
0027-changes-from-beginning-of-time.patch Initial commit: AOSP 14 with modifications for Unplugged OS 2025-10-06 13:59:42 +00:00
0028-do-not-quickfloor.patch Initial commit: AOSP 14 with modifications for Unplugged OS 2025-10-06 13:59:42 +00:00
0029-drop-register-keyword.patch Initial commit: AOSP 14 with modifications for Unplugged OS 2025-10-06 13:59:42 +00:00
0030-const-data.patch Initial commit: AOSP 14 with modifications for Unplugged OS 2025-10-06 13:59:42 +00:00
0033-opt-integer-overflow.patch Initial commit: AOSP 14 with modifications for Unplugged OS 2025-10-06 13:59:42 +00:00
0034-dead-code.patch Initial commit: AOSP 14 with modifications for Unplugged OS 2025-10-06 13:59:42 +00:00
README.pdfium Initial commit: AOSP 14 with modifications for Unplugged OS 2025-10-06 13:59:42 +00:00

Name: Little CMS
URL: http://www.littlecms.com/
Version: 2.15
Security Critical: yes
License: MIT License

Description:
Color Management Engine.

Local Modifications:

0000-cmserr-changes.patch: change LCMS memory management methods to use PDFium's.
0001-fix-include.patch: fix include in lcms2_internal.h.
0003-old-uninitialized-in-LUTevalFloat.patch: https://codereview.chromium.org/380293002/
0004-old-uninitialized-in-LUTeval16.patch: https://codereview.chromium.org/387273002/
0006-tag-type-confusion.patch: Fix a type confusion.
0027-changes-from-beginning-of-time.patch: commented changes from initial commit.
0028-do-not-quickfloor.patch: flooring errors may cause heap-buffer-overflow.
0029-drop-register-keyword.patch: Remove deprecated 'register' keyword.
0030-const-data.patch: Mark many data structures as const.
0033-opt-integer-overflow.patch: Protect against integer overflow.
0034-dead-code.patch: Remove dead code.