Bug 253067

Summary: nullptr crash in WebCore::SelectorChecker::attributeSelectorMatches
Product: WebKit Reporter: Antti Koivisto <koivisto>
Component: CSSAssignee: Antti Koivisto <koivisto>
Status: RESOLVED FIXED    
Severity: Normal CC: webkit-bug-importer
Priority: P2 Keywords: InRadar
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   

Description Antti Koivisto 2023-02-28 03:25:24 PST
50 WebCore::SelectorChecker::attributeSelectorMatches(WebCore::Element const&, WebCore::QualifiedName const&, WTF::AtomString const&, WebCore::CSSSelector const&) <==
        50 WebCore::Style::AttributeChangeInvalidation::invalidateStyle(WebCore::QualifiedName const&, WTF::AtomString const&, WTF::AtomString const&)
          42 WebCore::Element::setAttributeInternal(unsigned int, WebCore::QualifiedName const&, WTF::AtomString const&, WebCore::Element::SynchronizationOfLazyAttribute)
          | 19 WebCore::Element::setAttribute(WTF::AtomString const&, WTF::AtomString const&)
Comment 1 Antti Koivisto 2023-02-28 03:25:47 PST
rdar://105628059
Comment 2 Antti Koivisto 2023-02-28 03:30:30 PST
Pull request: https://github.com/WebKit/WebKit/pull/10789
Comment 3 EWS 2023-03-02 09:37:46 PST
Committed 261076@main (2c5baee03fa2): <https://commits.webkit.org/261076@main>

Reviewed commits have been landed. Closing PR #10789 and removing active labels.