summaryrefslogtreecommitdiff
path: root/third_party/libpng16/0003-check-errors-in-set-pcal.patch
AgeCommit message (Collapse)Author
2016-09-06Avoid leaking params if any entry bad.dsinclair
The call to png_set_pCAL can call into png_error for several reasons. This CL verifies that the params are valid before calling into png_set_pCAL. BUG=chromium:636214 Review-Url: https://codereview.chromium.org/2292313003