Bug 211152 - IPC::Decoder::isValid() should just be a nullptr check
Summary: IPC::Decoder::isValid() should just be a nullptr check
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit2 (show other bugs)
Version: Other
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: David Kilzer (:ddkilzer)
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2020-04-28 15:50 PDT by David Kilzer (:ddkilzer)
Modified: 2020-04-28 20:03 PDT (History)
3 users (show)

See Also:


Attachments
Patch v1 (1.74 KB, patch)
2020-04-28 16:46 PDT, David Kilzer (:ddkilzer)
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description David Kilzer (:ddkilzer) 2020-04-28 15:50:15 PDT
IPC::Decoder::isValid() should just be a nullptr check.
Comment 1 Radar WebKit Bug Importer 2020-04-28 15:50:35 PDT
<rdar://problem/62552699>
Comment 2 David Kilzer (:ddkilzer) 2020-04-28 16:46:04 PDT
Created attachment 397905 [details]
Patch v1
Comment 3 David Kilzer (:ddkilzer) 2020-04-28 19:54:09 PDT
Comment on attachment 397905 [details]
Patch v1

Marking cq+ since this code isn't compiled/used on the Windows port, which is reporting tentative layout test failures.
Comment 4 EWS 2020-04-28 20:03:13 PDT
Committed r260861: <https://trac.webkit.org/changeset/260861>

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