[webkit-changes] [WebKit/WebKit] 580f72: Always initialize `shaders` in GraphicsContextGLAN...
Gerald Squelart
noreply at github.com
Mon Sep 25 00:07:18 PDT 2023
Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 580f722284d9cc8574468a7d07a9c57bd7db7bd0
https://github.com/WebKit/WebKit/commit/580f722284d9cc8574468a7d07a9c57bd7db7bd0
Author: Gerald Squelart <g_squelart at apple.com>
Date: 2023-09-25 (Mon, 25 Sep 2023)
Changed paths:
M Source/WebCore/platform/graphics/angle/GraphicsContextGLANGLE.cpp
Log Message:
-----------
Always initialize `shaders` in GraphicsContextGLANGLE::getProgramInfoLog
https://bugs.webkit.org/show_bug.cgi?id=262028
rdar://problem/115976063
Reviewed by Kimmo Kinnunen.
There were code paths that didn't initialize `shaders`.
* Source/WebCore/platform/graphics/angle/GraphicsContextGLANGLE.cpp:
(WebCore::GraphicsContextGLANGLE::getProgramInfoLog):
Canonical link: https://commits.webkit.org/268390@main
More information about the webkit-changes
mailing list