aboutsummaryrefslogtreecommitdiffhomepage
path: root/BUILD.gn
diff options
context:
space:
mode:
authorGravatar Florin Malita <fmalita@chromium.org>2018-06-18 13:10:51 -0400
committerGravatar Skia Commit-Bot <skia-commit-bot@chromium.org>2018-06-18 17:33:18 +0000
commit94d4d3e20b8be29233bc7056ed3b8b36def3e98a (patch)
treeed3725d2ca39707cddefeb4d7493ad3228e4cdb7 /BUILD.gn
parent0333854e552ccfc810dc74d74636692f1d0da67e (diff)
[skottie] Fix OOB access in Parse<SkPoint>
SkJSON requires valid array indices, so callers must guard against out-of-bounds conditions explicitly. Bug: oss-fuzz:8956 Change-Id: I50b96b088e44a4c1a569e6911d4be5d75799b464 Reviewed-on: https://skia-review.googlesource.com/135445 Commit-Queue: Florin Malita <fmalita@chromium.org> Reviewed-by: Kevin Lubick <kjlubick@google.com>
Diffstat (limited to 'BUILD.gn')
-rw-r--r--BUILD.gn1
1 files changed, 1 insertions, 0 deletions
diff --git a/BUILD.gn b/BUILD.gn
index 2a832a51b1..1691936eca 100644
--- a/BUILD.gn
+++ b/BUILD.gn
@@ -1385,6 +1385,7 @@ if (skia_enable_tools) {
":flags",
":skia",
":tool_utils",
+ "modules/skottie:tests",
"modules/sksg:tests",
"//third_party/libpng",
"//third_party/zlib",