From 4a24f9c261a1a2178e5a84e17286f09aa4137760 Mon Sep 17 00:00:00 2001 From: Dawn Autoroller Date: Thu, 11 Nov 2021 01:25:02 +0000 Subject: [PATCH] Roll ANGLE from 5a5996aa5c7a to 133cf4be6460 (2 revisions) https://chromium.googlesource.com/angle/angle.git/+log/5a5996aa5c7a..133cf4be6460 2021-11-10 jmadill@chromium.org Fix out-of-bounds read in MemoryBarrierTestBase. 2021-11-10 jmadill@chromium.org EGL: Add early exit when hitting invalid attribute. If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/angle-dawn-autoroll Please CC sarahmashay@google.com on the revert to ensure that a human is aware of the problem. To file a bug in ANGLE: https://bugs.chromium.org/p/angleproject/issues/entry To file a bug in Dawn: https://bugs.chromium.org/p/dawn/issues/entry To report a problem with the AutoRoller itself, please file a bug: https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md Bug: None Tbr: sarahmashay@google.com Change-Id: I6d32fd297815bdb1ecbd16de36535b43e9e01eb2 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/69060 Reviewed-by: Dawn Autoroller Commit-Queue: Dawn Autoroller --- DEPS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DEPS b/DEPS index ec2424b72e..2f2cd6979b 100644 --- a/DEPS +++ b/DEPS @@ -121,7 +121,7 @@ deps = { }, 'third_party/angle': { - 'url': '{chromium_git}/angle/angle@5a5996aa5c7a02539cd351888e5f9890ead4dcb1', + 'url': '{chromium_git}/angle/angle@133cf4be646008b6a00df55132a16c0cdd9a8fa6', 'condition': 'dawn_standalone', },