Bug 211963 - Nullptr crash in MediaQueryMatcher::evaluateAll
Summary: Nullptr crash in MediaQueryMatcher::evaluateAll
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: DOM (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2020-05-15 10:49 PDT by Antti Koivisto
Modified: 2020-05-15 21:32 PDT (History)
13 users (show)

See Also:


Attachments
patch (3.10 KB, patch)
2020-05-15 10:56 PDT, Antti Koivisto
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Antti Koivisto 2020-05-15 10:49:17 PDT
3 WebCore: WebCore::MediaQueryMatcher::evaluateAll() <==
        3 WebCore: WebCore::MediaQueryMatcher::evaluateAll()
          3 WebCore: WebCore::Page::forEachDocument(WTF::Function<void (WebCore::Document&)> const&) const
            3 WebCore: WebCore::Page::updateRendering()
              3 WebKit: WebKit::WebPage::dynamicViewportSizeUpdate(WebCore::FloatSize const&, WebCore::FloatSize const&, WebCore::FloatRect const&, WebCore::FloatRect const&, WebCore::FloatRect const&, WebCore::RectEdges<float> const&, double, int, double, unsigned long long)
                3 WebKit: WebKit::WebPage::didReceiveWebPageMessage(IPC::Connection&, IPC::Decoder&)
                  3 WebKit: IPC::MessageReceiverMap::dispatchMessage(IPC::Connection&, IPC::Decoder&)
                    3 WebKit: WebKit::WebProcess::didReceiveMessage(IPC::Connection&, IPC::Decoder&)
                      3 WebKit: IPC::Connection::dispatchMessage(std::__1::unique_ptr<IPC::Decoder,
Comment 1 Antti Koivisto 2020-05-15 10:49:36 PDT
<rdar://problem/62850977>
Comment 2 Antti Koivisto 2020-05-15 10:56:35 PDT
Created attachment 399494 [details]
patch
Comment 3 Brent Fulgham 2020-05-15 12:43:25 PDT
Comment on attachment 399494 [details]
patch

r=me
Comment 4 EWS 2020-05-15 21:32:24 PDT
Committed r261778: <https://trac.webkit.org/changeset/261778>

All reviewed patches have been landed. Closing bug and clearing flags on attachment 399494 [details].