Bug 211152

Summary: IPC::Decoder::isValid() should just be a nullptr check
Product: WebKit Reporter: David Kilzer (:ddkilzer) <ddkilzer>
Component: WebKit2Assignee: David Kilzer (:ddkilzer) <ddkilzer>
Status: RESOLVED FIXED    
Severity: Normal CC: darin, useafterfree, webkit-bug-importer
Priority: P2 Keywords: InRadar
Version: Other   
Hardware: Unspecified   
OS: Unspecified   
See Also: https://bugs.webkit.org/show_bug.cgi?id=203880
https://bugs.webkit.org/show_bug.cgi?id=211000
https://bugs.webkit.org/show_bug.cgi?id=211006
Attachments:
Description Flags
Patch v1 none

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].