aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests/ToSRGBColorFilter.cpp
Commit message (Collapse)AuthorAge
* Handle null colorspace in SkToSRGBColorFilter.Gravatar Mike Klein2017-11-27
This was uncovered by the linked fuzzer issue. I haven't looked hard at it, but I'd guess it's fuzzed an ICC profile into one that can't be deserialized, and we get a null in CreateProc(). We could probably restrict the null check to just CreateProc(), but putting it in Make() and asserting in the constructor feels cozy. BUG=chromium:787718 Change-Id: Ic4b1dad28c00ee5870f22093eedbf34686c32120 Reviewed-on: https://skia-review.googlesource.com/76080 Commit-Queue: Mike Klein <mtklein@chromium.org> Reviewed-by: Brian Osman <brianosman@google.com>