Skip to content

Commit 1176deb

Browse files
jzernSkCQ
authored andcommitted
update libwebp to v1.3.1-1-g2af26267
2af26267 Fix OOB write in BuildHuffmanTable. https://crbug.com/1479274 Change-Id: I56529150ce1250770ce10afc6279349b02520d93 Reviewed-on: https://skia-review.googlesource.com/c/skia/+/753477 Commit-Queue: Leon Scroggins <scroggo@google.com> Reviewed-by: Leon Scroggins <scroggo@google.com>
1 parent 5b1e40f commit 1176deb

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

DEPS

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ deps = {
4747
"third_party/externals/libjpeg-turbo" : "https://chromium.googlesource.com/chromium/deps/libjpeg_turbo.git@ed683925e4897a84b3bffc5c1414c85b97a129a3",
4848
"third_party/externals/libjxl" : "https://chromium.googlesource.com/external/gitlab.com/wg1/jpeg-xl.git@a205468bc5d3a353fb15dae2398a101dff52f2d3",
4949
"third_party/externals/libpng" : "https://skia.googlesource.com/third_party/libpng.git@386707c6d19b974ca2e3db7f5c61873813c6fe44",
50-
"third_party/externals/libwebp" : "https://chromium.googlesource.com/webm/libwebp.git@fd7bb21c0cb56e8a82e9bfa376164b842f433f3b",
50+
"third_party/externals/libwebp" : "https://chromium.googlesource.com/webm/libwebp.git@2af26267cdfcb63a88e5c74a85927a12d6ca1d76",
5151
"third_party/externals/libyuv" : "https://chromium.googlesource.com/libyuv/libyuv.git@d248929c059ff7629a85333699717d7a677d8d96",
5252
"third_party/externals/microhttpd" : "https://android.googlesource.com/platform/external/libmicrohttpd@748945ec6f1c67b7efc934ab0808e1d32f2fb98d",
5353
"third_party/externals/oboe" : "https://chromium.googlesource.com/external/github.com/google/oboe.git@b02a12d1dd821118763debec6b83d00a8a0ee419",

bazel/deps.bzl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ def c_plus_plus_deps(ws = "@"):
125125
new_git_repository(
126126
name = "libwebp",
127127
build_file = ws + "//bazel/external/libwebp:BUILD.bazel",
128-
commit = "fd7bb21c0cb56e8a82e9bfa376164b842f433f3b",
128+
commit = "2af26267cdfcb63a88e5c74a85927a12d6ca1d76",
129129
remote = "https://chromium.googlesource.com/webm/libwebp.git",
130130
)
131131

0 commit comments

Comments
 (0)