Bug 70376 - [WK2] Crash after storing credentials in Keychain
Summary: [WK2] Crash after storing credentials in Keychain
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Page Loading (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified OS X 10.6
: P1 Normal
Assignee: Alexey Proskuryakov
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2011-10-18 15:58 PDT by Alexey Proskuryakov
Modified: 2011-10-18 16:14 PDT (History)
0 users

See Also:


Attachments
proposed fix (2.06 KB, patch)
2011-10-18 16:03 PDT, Alexey Proskuryakov
mitz: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Alexey Proskuryakov 2011-10-18 15:58:56 PDT
Steps to reproduce:

1. Open any site that uses HTTP credentials.
2. When asked to, enter the credentials.
3. Mark "Remember in Keychain" checkbox.
4. Press Enter.

Results: credentials are stored, but Web process crashes.

<rdar://problem/9647503>
Comment 1 Alexey Proskuryakov 2011-10-18 16:03:18 PDT
Created attachment 111516 [details]
proposed fix
Comment 2 Alexey Proskuryakov 2011-10-18 16:14:05 PDT
Committed <http://trac.webkit.org/changeset/97807>.