android13/external/pdfium/third_party/lcms
liiir1985 7f62dcda9f initial 2024-06-22 20:45:49 +08:00
..
include initial 2024-06-22 20:45:49 +08:00
src initial 2024-06-22 20:45:49 +08:00
0000-cmserr-changes.patch initial 2024-06-22 20:45:49 +08:00
0001-fix-include.patch initial 2024-06-22 20:45:49 +08:00
0002-old-performance-fix.patch initial 2024-06-22 20:45:49 +08:00
0003-old-uninitialized-in-LUTevalFloat.patch initial 2024-06-22 20:45:49 +08:00
0004-old-uninitialized-in-LUTeval16.patch initial 2024-06-22 20:45:49 +08:00
0005-old-fix-e-with-tilde.patch initial 2024-06-22 20:45:49 +08:00
0006-tag-type-confusion.patch initial 2024-06-22 20:45:49 +08:00
0008-infinite-loop-GrowNamedColorList.patch initial 2024-06-22 20:45:49 +08:00
0019-utf8.patch initial 2024-06-22 20:45:49 +08:00
0026-more-unsupported-characters.patch initial 2024-06-22 20:45:49 +08:00
0027-changes-from-beginning-of-time.patch initial 2024-06-22 20:45:49 +08:00
0028-do-not-quickfloor.patch initial 2024-06-22 20:45:49 +08:00
0029-drop-register-keyword.patch initial 2024-06-22 20:45:49 +08:00
0030-const-data.patch initial 2024-06-22 20:45:49 +08:00
0031-wrong-tag-element-count.patch initial 2024-06-22 20:45:49 +08:00
0032-cgats-allocation.patch initial 2024-06-22 20:45:49 +08:00
0033-opt-integer-overflow.patch initial 2024-06-22 20:45:49 +08:00
README.pdfium initial 2024-06-22 20:45:49 +08:00

README.pdfium

Name: Little CMS
URL: http://www.littlecms.com/
Version: 2.9
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.
0002-old-performance-fix.patch: https://codereview.chromium.org/534363002/
0003-old-uninitialized-in-LUTevalFloat.patch: https://codereview.chromium.org/380293002/
0004-old-uninitialized-in-LUTeval16.patch: https://codereview.chromium.org/387273002/
0005-old-fix-e-with-tilde.patch: like https://codereview.chromium.org/2411123003/ but better.
0006-tag-type-confusion.patch: Fix a type confusion.
0008-infinite-loop-GrowNamedColorList.patch: Fix infinite loop when calling GrowNamedColorList.
0019-utf8.patch: Encode source files as utf-8.
0026-more-unsupported-characters.patch: remove other unsupported characters.
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.
0031-wrong-tag-element-count.patch: Handle tag element count mismatch as an error.
0032-cgats-allocation.patch: Add check on CGATS memory allocation.
0033-opt-integer-overflow.patch: Protect against integer overflow.