Bug 186385

Summary: REGRESSION (r232520): Crash under IPC::ArgumentCoder<WebCore::Credential>::encodePlatformData
Product: WebKit Reporter: mitz
Component: WebKit2Assignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal CC: andersca, darin, dbates
Priority: P1 Keywords: InRadar, Regression
Version: Safari Technology Preview   
Hardware: Unspecified   
OS: Unspecified   
Bug Depends on: 186314    
Bug Blocks:    
Attachments:
Description Flags
Fix an incorrect cast dbates: review+

Description mitz 2018-06-06 23:39:32 PDT
<rdar://problem/40853796>

A typo in <https://trac.webkit.org/r232520> caused a CFDataRef to get passed to the CFArrayRef encoder, leading to a crash.

Patch forthcoming.
Comment 1 mitz 2018-06-06 23:43:40 PDT
Created attachment 342128 [details]
Fix an incorrect cast
Comment 2 mitz 2018-06-07 00:06:32 PDT
Fixed in <https://trac.webkit.org/r232576>.
Comment 3 Darin Adler 2018-06-07 09:03:19 PDT
So sorry. Thanks for quickly fixing it.