[webkit-changes] [WebKit/WebKit] bc8fb4: WebCore::FontPlatformData::Attributes::m_options i...

Commit Queue noreply at github.com
Mon Jan 29 09:06:41 PST 2024


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: bc8fb461aa5625c86f1ad0a880712b242f4ae7c8
      https://github.com/WebKit/WebKit/commit/bc8fb461aa5625c86f1ad0a880712b242f4ae7c8
  Author: David Kilzer <ddkilzer at apple.com>
  Date:   2024-01-29 (Mon, 29 Jan 2024)

  Changed paths:
    M Source/WebCore/platform/graphics/FontPlatformData.h

  Log Message:
  -----------
  WebCore::FontPlatformData::Attributes::m_options is uninitialized
https://bugs.webkit.org/show_bug.cgi?id=268233
<rdar://121753752>

Reviewed by Matt Woodrow.

* Source/WebCore/platform/graphics/FontPlatformData.h:
- Initialize m_options.  There is currently is no "None" enum, so we
  cast 0.  Fix tracked by <rdar://121670125>

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




More information about the webkit-changes mailing list