Bug 148135 - [iOS] Safari’s Web Content process crashes when decoding an NSError containing an identity
Summary: [iOS] Safari’s Web Content process crashes when decoding an NSError containin...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit2 (show other bugs)
Version: Other
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: mitz
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2015-08-18 12:28 PDT by mitz
Modified: 2016-03-26 05:03 PDT (History)
3 users (show)

See Also:


Attachments
Allow keys to be decoded in the Web Content and UI processes (2.19 KB, patch)
2015-08-18 12:33 PDT, mitz
sam: review+
Details | Formatted Diff | Diff

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