Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 169441765892b5c39407a9432cd07ca4a3b1d864
https://github.com/WebKit/WebKit/commit/169441765892b5c39407a9432cd07ca4a3b1d864
Author: Kimmo Kinnunen <[email protected]>
Date: 2026-05-21 (Thu, 21 May 2026)
Changed paths:
M Source/ThirdParty/ANGLE/src/tests/gl_tests/InstancingTest.cpp
Log Message:
-----------
ANGLE: Require robustness for IncompleteStrideForLastVertex
https://bugs.webkit.org/show_bug.cgi?id=315270
rdar://177602913
Reviewed by Dan Glastonbury.
The InstancingTest.IncompleteStrideForLastVertextest would deliberately
read out of bounds. This is undefined behavior in general OpenGL, and is
expected to crash unless robust buffer access is enabled.
Force robust buffer access, otherwise it crashes on Metal with
validation.
* Source/ThirdParty/ANGLE/src/tests/gl_tests/InstancingTest.cpp:
Canonical link: https://commits.webkit.org/313709@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications