Bug 214264 - REGRESSION (r262538): Nullptr Deref in WTF::Detail::CallableWrapper<WebKit::WebResourceLoadStatisticsStore::performDailyTasks()::$_66, void>::call
Summary: REGRESSION (r262538): Nullptr Deref in WTF::Detail::CallableWrapper<WebKit::W...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit2 (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Brent Fulgham
URL:
Keywords: InRadar
Depends on: 212712
Blocks:
  Show dependency treegraph
 
Reported: 2020-07-13 10:42 PDT by Brent Fulgham
Modified: 2020-07-13 12:00 PDT (History)
5 users (show)

See Also:


Attachments
Patch (2.02 KB, patch)
2020-07-13 10:46 PDT, Brent Fulgham
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Brent Fulgham 2020-07-13 10:42:38 PDT
The change in r262538 added a type check outside of a nullptr check. This introduced a nullptr crash.
Comment 1 Brent Fulgham 2020-07-13 10:45:23 PDT
<rdar://problem/65093949>
Comment 2 Brent Fulgham 2020-07-13 10:46:21 PDT
Created attachment 404156 [details]
Patch
Comment 3 EWS 2020-07-13 12:00:13 PDT
Committed r264307: <https://trac.webkit.org/changeset/264307>

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