[webkit-changes] [WebKit/WebKit] 23a0e1: Always initialise count in GraphicsContextGLANGLE:...

Gerald Squelart noreply at github.com
Fri Sep 22 00:24:39 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 23a0e15343b482e3424be9b09f04c71f04fd3b1e
      https://github.com/WebKit/WebKit/commit/23a0e15343b482e3424be9b09f04c71f04fd3b1e
  Author: Gerald Squelart <g_squelart at apple.com>
  Date:   2023-09-22 (Fri, 22 Sep 2023)

  Changed paths:
    M Source/WebCore/platform/graphics/angle/GraphicsContextGLANGLE.cpp

  Log Message:
  -----------
  Always initialise count in GraphicsContextGLANGLE::getProgramInfoLog
https://bugs.webkit.org/show_bug.cgi?id=261935
rdar://problem/115878861

Reviewed by Dan Glastonbury.

Even though this count is not actually used (yet?), this silences a static analyzer warning.

* Source/WebCore/platform/graphics/angle/GraphicsContextGLANGLE.cpp:
(WebCore::GraphicsContextGLANGLE::getProgramInfoLog):

Canonical link: https://commits.webkit.org/268303@main




More information about the webkit-changes mailing list