aboutsummaryrefslogtreecommitdiffhomepage
path: root/example
diff options
context:
space:
mode:
authorGravatar raftias <raftias@google.com>2016-09-29 14:31:44 -0400
committerGravatar Skia Commit-Bot <skia-commit-bot@chromium.org>2016-09-29 18:59:53 +0000
commitc6cc28c35be30f9ea144f433f3f04273674e29ed (patch)
tree8bc434df227d9c3c8e450c993f43ba92bcff517e /example
parentfa9f241a85c55c32a3fe2ae0324811de998f7a2e (diff)
Fixed invalid memory access issue in SkColorSpaceXform::apply()
Passing in a large buffer along with a source colour space that used a CLUT would cause apply() to read freed heap memory, or for smaller buffers read possibly re-used stack memory. The code previously likely lucked out due to optimizations removing most or all of the subsequent stack allocations. BUG=skia: GOLD_TRYBOT_URL= https://gold.skia.org/search?issue=2759 Change-Id: I39f357bce080c4d737a83dd019f0d1ccbc56f995 Reviewed-on: https://skia-review.googlesource.com/2759 Commit-Queue: Robert Aftias <raftias@google.com> Reviewed-by: Matt Sarett <msarett@google.com>
Diffstat (limited to 'example')
0 files changed, 0 insertions, 0 deletions