commit | db00a2a9eb3000f534fa0e22dae737862b933d71 | [log] [tgz] |
---|---|---|
author | msarett <msarett@google.com> | Mon Jul 18 15:19:48 2016 -0700 |
committer | Commit bot <commit-bot@chromium.org> | Mon Jul 18 15:19:48 2016 -0700 |
tree | 54fb570053dfc2ae420415bf48d3d6317d1a5739 | |
parent | 7890b894185b8bc4f1f82aa7df55375cadc9f012 [diff] |
Revert of Fix rewinding bug in SkJpegCodec (patchset #1 id:1 of https://codereview.chromium.org/2161593003/ ) Reason for revert: Breaking Google3 build. Will reland corrected version. Original issue's description: > Fix rewinding bug in SkJpegCodec > > Performing a sampled and/or subset decode will create some state > in SkJpegCodec. If we fail to clean up this state properly, > subsequent decodes may try to reuse (and potentailly overflow) > the leftover memory. > > BUG=skia: > GOLD_TRYBOT_URL= https://gold.skia.org/search?issue=2161593003 > > Committed: https://skia.googlesource.com/skia/+/4ecb8ab556214c9337f56bc36d50e4d7c655ac7a TBR=djsollen@google.com # Skipping CQ checks because original CL landed less than 1 days ago. NOPRESUBMIT=true NOTREECHECKS=true NOTRY=true BUG=skia: Review-Url: https://codereview.chromium.org/2155163004