summaryrefslogtreecommitdiff
path: root/third_party/lcms2-2.6/0002-infinite-loop-GrowNamedColorList.patch
AgeCommit message (Collapse)Author
2016-09-22Fix infinite loop when calling GrowNamedColorListkcwu
Handle the case that GrowNamedColorList return fail when list is too long. Otherwise the loop never ends. Found by libfuzzer Review-Url: https://codereview.chromium.org/2365663002