Bug 148135

Summary: [iOS] Safari’s Web Content process crashes when decoding an NSError containing an identity
Product: WebKit Reporter: mitz
Component: WebKit2Assignee: mitz
Status: RESOLVED FIXED    
Severity: Normal CC: andersca, ddkilzer, sam
Priority: P2 Keywords: InRadar
Version: Other   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Allow keys to be decoded in the Web Content and UI processes sam: review+

Description mitz 2015-08-18 12:28:27 PDT
When an NSError from Safari’s Networking process containing a SecIdentity in its user info is decoded in the Web Content process, decoding fails due to the Web Content process not being allowed to decode keys.
Comment 1 mitz 2015-08-18 12:33:22 PDT
Created attachment 259290 [details]
Allow keys to be decoded in the Web Content and UI processes
Comment 2 mitz 2015-08-18 21:50:29 PDT
Fixed in <http://trac.webkit.org/r188627>.
Comment 3 David Kilzer (:ddkilzer) 2016-03-26 05:03:41 PDT
<rdar://problem/22205157>