Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(26)

Side by Side Diff: third_party/lcms2-2.6/README.pdfium

Issue 2422553002: lcms: reject NaN when reading float numbers (Closed)
Patch Set: Created 4 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « third_party/lcms2-2.6/0010-reject-nan.patch ('k') | third_party/lcms2-2.6/src/cmsplugin.c » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 Name: Little CMS 1 Name: Little CMS
2 URL: http://www.littlecms.com/ 2 URL: http://www.littlecms.com/
3 Version: 2.6 3 Version: 2.6
4 Security Critical: yes 4 Security Critical: yes
5 License: MIT License 5 License: MIT License
6 6
7 Description: 7 Description:
8 Color Management Engine. 8 Color Management Engine.
9 9
10 Local Modifications: 10 Local Modifications:
11 11
12 0000-tag-type-confusion.patch: Fix a type confusion. 12 0000-tag-type-confusion.patch: Fix a type confusion.
13 0001-from16-to-8-overflow.patch: Prevent a UBSan warning. 13 0001-from16-to-8-overflow.patch: Prevent a UBSan warning.
14 0002-infinite-loop-GrowNamedColorList.patch: Fix infinite loop when calling Grow NamedColorList. 14 0002-infinite-loop-GrowNamedColorList.patch: Fix infinite loop when calling Grow NamedColorList.
15 0003-uninit.patch: Fix use uninitialized value and stack buffer overflow read. 15 0003-uninit.patch: Fix use uninitialized value and stack buffer overflow read.
16 0004-memory-leak-Type_Curve_Read.patch: Fix memory leak in Type_Curve_Read. 16 0004-memory-leak-Type_Curve_Read.patch: Fix memory leak in Type_Curve_Read.
17 0005-memory-leak-AllocEmptyTransform.patch: Fix memory leak in AllocEmptyTransfo rm. 17 0005-memory-leak-AllocEmptyTransform.patch: Fix memory leak in AllocEmptyTransfo rm.
18 0006-memory-leak-Type_NamedColor_Read.patch: Fix memory leak in Type_NamedColor_ Read. 18 0006-memory-leak-Type_NamedColor_Read.patch: Fix memory leak in Type_NamedColor_ Read.
19 0007-memory-leak-OptimizeByResampling.patch: Fix memory leak in OptimizeByResamp ling. 19 0007-memory-leak-OptimizeByResampling.patch: Fix memory leak in OptimizeByResamp ling.
20 0008-memory-leak-Type_MPEmatrix_Read.patch: Fix memory leak in MPEmatrix_Read. 20 0008-memory-leak-Type_MPEmatrix_Read.patch: Fix memory leak in MPEmatrix_Read.
21 0009-cols-rows-swap.patch: Fix rows/cols swap in cmsStageAllocMatrix. 21 0009-cols-rows-swap.patch: Fix rows/cols swap in cmsStageAllocMatrix.
22 0010-reject-nan.patch: Reject NaN when reading float numbers.
22 TODO(ochang): List other patches. 23 TODO(ochang): List other patches.
OLDNEW
« no previous file with comments | « third_party/lcms2-2.6/0010-reject-nan.patch ('k') | third_party/lcms2-2.6/src/cmsplugin.c » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698