commit | 112ac7f19a5e1317935fea90b654b6ada75e599d | [log] [tgz] |
---|---|---|
author | Leon Scroggins III <scroggo@google.com> | Mon Jul 08 14:08:50 2019 -0400 |
committer | Skia Commit-Bot <skia-commit-bot@chromium.org> | Tue Jul 09 12:48:17 2019 +0000 |
tree | ea966d79abbf7222963afdc010a65f023b4ca8f1 | |
parent | 1540b3ba37cfc881f3df98950abd81cf502a312b [diff] |
Check for uninitialized memory during jpeg encode Bug: chromium:951893 This will help determine which piece of code left memory uninitialized. Add a test that exercises all the different ways we might pass memory to jpeg_write_scanlines. Change-Id: I6392a414795da9b0471e8cd6b373a7fff8f0a1b1 Reviewed-on: https://skia-review.googlesource.com/c/skia/+/225098 Reviewed-by: Mike Klein <mtklein@google.com> Commit-Queue: Leon Scroggins <scroggo@google.com>