Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-09-06 | Avoid 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 |