Bug 186385 - REGRESSION (r232520): Crash under IPC::ArgumentCoder<WebCore::Credential>::encodePlatformData
Summary: REGRESSION (r232520): Crash under IPC::ArgumentCoder<WebCore::Credential>::en...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit2 (show other bugs)
Version: Safari Technology Preview
Hardware: Unspecified Unspecified
: P1 Normal
Assignee: Nobody
URL:
Keywords: InRadar, Regression
Depends on: 186314
Blocks:
  Show dependency treegraph
 
Reported: 2018-06-06 23:39 PDT by mitz
Modified: 2018-06-07 09:03 PDT (History)
3 users (show)

See Also:


Attachments
Fix an incorrect cast (1.48 KB, patch)
2018-06-06 23:43 PDT, mitz
dbates: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
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.