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

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

Issue 2359243003: Fix memory leaks in lcms (Closed)
Patch Set: Created 4 years, 3 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
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.
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.
19 0007-memory-leak-OptimizeByResampling.patch: Fix memory leak in OptimizeByResamp ling.
16 TODO(ochang): List other patches. 20 TODO(ochang): List other patches.
OLDNEW
« no previous file with comments | « third_party/lcms2-2.6/0007-memory-leak-OptimizeByResampling.patch ('k') | third_party/lcms2-2.6/src/cmsopt.c » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698