[webkit-changes] [WebKit/WebKit] a7844f: Fix CSSSelector copy constructor bug

Matthieu Dubet noreply at github.com
Tue Dec 27 05:04:56 PST 2022


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: a7844f97ea721f385dbd29cb68bf36191d595e32
      https://github.com/WebKit/WebKit/commit/a7844f97ea721f385dbd29cb68bf36191d595e32
  Author: Matthieu Dubet <m_dubet at apple.com>
  Date:   2022-12-27 (Tue, 27 Dec 2022)

  Changed paths:
    M Source/WebCore/css/CSSSelector.h

  Log Message:
  -----------
  Fix CSSSelector copy constructor bug
https://bugs.webkit.org/show_bug.cgi?id=249902
rdar://103723429

Reviewed by Tim Nguyen.

Typo ("if" instead of "if else") which in some rare
cases can write garbage in the Data union.

* Source/WebCore/css/CSSSelector.h:
(WebCore::CSSSelector::CSSSelector):

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




More information about the webkit-changes mailing list