Bug 253067 - nullptr crash in WebCore::SelectorChecker::attributeSelectorMatches
Summary: nullptr crash in WebCore::SelectorChecker::attributeSelectorMatches
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: CSS (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Antti Koivisto
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2023-02-28 03:25 PST by Antti Koivisto
Modified: 2023-03-02 09:37 PST (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.