Home | History | Annotate | only in /external/pdfium/third_party/lcms
Up to higher level directory
NameDateSize
0000-cmserr-changes.patch22-Oct-202010.1K
0001-fix-include.patch22-Oct-2020421
0002-old-performance-fix.patch22-Oct-2020618
0003-old-uninitialized-in-LUTevalFloat.patch22-Oct-2020586
0004-old-uninitialized-in-LUTeval16.patch22-Oct-2020564
0005-old-fix-e-with-tilde.patch22-Oct-20202.4K
0006-tag-type-confusion.patch22-Oct-2020593
0008-infinite-loop-GrowNamedColorList.patch22-Oct-20201K
0009-uninit.patch22-Oct-2020801
0010-memory-leak-Type_Curve_Read.patch22-Oct-20201.2K
0011-memory-leak-AllocEmptyTransform.patch22-Oct-20201.3K
0012-memory-leak-Type_NamedColor_Read.patch22-Oct-2020932
0013-memory-leak-OptimizeByResampling.patch22-Oct-2020597
0014-memory-leak-Type_MPEmatrix_Read.patch22-Oct-20201,008
0015-cmsStageAllocMatrix-param-swap.patch22-Oct-2020770
0016-reject-nan.patch22-Oct-2020466
0017-memory-leak-ReadSegmentedCurve.patch22-Oct-20201.5K
0018-backport-c0a98d86.patch22-Oct-20202.3K
0019-utf8.patch22-Oct-20205.5K
0020-avoid-fixed-inf.patch22-Oct-20203.6K
0021-sanitize-float-read.patch22-Oct-2020485
0022-check-LUT-and-MPE.patch22-Oct-20205.8K
0023-upstream-integer-overflow-MPEmatrix_Read.patch22-Oct-20203.5K
0024-verify-size-before-reading.patch22-Oct-2020801
0025-upstream-direct-leak-Type_MPE_Read.patch22-Oct-20201K
0026-more-unsupported-characters.patch22-Oct-20204K
0027-changes-from-beginning-of-time.patch22-Oct-20205.1K
0028-do-not-quickfloor.patch22-Oct-2020546
0029-drop-register-keyword.patch22-Oct-20201.3K
include/22-Oct-2020
README.pdfium22-Oct-20202.5K
src/22-Oct-2020

README.pdfium

      1 Name: Little CMS
      2 URL: http://www.littlecms.com/
      3 Version: 2.8
      4 Security Critical: yes
      5 License: MIT License
      6 
      7 Description:
      8 Color Management Engine.
      9 
     10 Local Modifications:
     11 
     12 0000-cmserr-changes.patch: change LCMS memory management methods to use PDFium's.
     13 0001-fix-include.patch: fix include in lcms2_internal.h.
     14 0002-old-performance-fix.patch: https://codereview.chromium.org/534363002/
     15 0003-old-uninitialized-in-LUTevalFloat.patch: https://codereview.chromium.org/380293002/
     16 0004-old-uninitialized-in-LUTeval16.patch: https://codereview.chromium.org/387273002/
     17 0005-old-fix-e-with-tilde.patch: like https://codereview.chromium.org/2411123003/ but better.
     18 0006-tag-type-confusion.patch: Fix a type confusion.
     19 0008-infinite-loop-GrowNamedColorList.patch: Fix infinite loop when calling GrowNamedColorList.
     20 0009-uninit.patch: Fix use uninitialized value and stack buffer overflow read.
     21 0010-memory-leak-Type_Curve_Read.patch: Fix memory leak in Type_Curve_Read.
     22 0011-memory-leak-AllocEmptyTransform.patch: Fix memory leak in AllocEmptyTransform.
     23 0012-memory-leak-Type_NamedColor_Read.patch: Fix memory leak in Type_NamedColor_Read.
     24 0013-memory-leak-OptimizeByResampling.patch: Fix memory leak in OptimizeByResampling.
     25 0014-memory-leak-Type_MPEmatrix_Read.patch: Fix memory leak in MPEmatrix_Read.
     26 0015-cmsStageAllocMatrix-param-swap.patch: Fix rows/cols swap in cmsStageAllocMatrix.
     27 0016-reject-nan.patch: Reject NaN when reading float numbers.
     28 0017-memory-leak-ReadSegmentedCurve.patch: Fix memory leak in ReadSegmentedCurve.
     29 0018-backport-c0a98d86.patch: Fix several issues. Backport from upstream
     30     https://github.com/mm2/Little-CMS/commit/c0a98d86
     31 0019-utf8.patch: Encode source files as utf-8.
     32 0020-avoid-fixed-inf.patch: Avoid fixed number LUT optimization on inf values.
     33 0021-sanitize-float-read.patch: Sanitize floating point read. Partially backport
     34     from upstream https://github.com/mm2/Little-CMS/commit/4011a6e3
     35 0022-check-LUT-and-MPE.patch: check LUT consistency and sanitize MPE profiles.
     36 0023-upstream-integer-overflow-MPEmatrix_Read.patch: fix some integer overflows.
     37 0024-verify-size-before-reading.patch: fix OOM issue when there won't be enough
     38     data to read anyway.
     39 0025-upstream-direct-leak-Type_MPE_Read.patch: fix leak in cmstypes.c.
     40 0026-more-unsupported-characters.patch: remove other unsupported characters.
     41 0027-changes-from-beginning-of-time.patch: commented changes from initial commit.
     42 0028-do-not-quickfloor.patch: flooring errors may cause heap-buffer-overflow.
     43 0029-drop-register-keyword.patch: Remove deprecated 'register' keyword.
     44