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