Bug 50393

Summary: setStringValue: sometimes called with nil in [WebAuthenticationPanel setUpForChallenge]
Product: WebKit Reporter: John Sullivan <sullivan>
Component: WebKit Misc.Assignee: John Sullivan <sullivan>
Status: RESOLVED FIXED    
Severity: Normal Keywords: InRadar
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: PC   
OS: OS X 10.5   
Attachments:
Description Flags
Patch to substitute an empty string for a nil string (for realm) aroben: review+

John Sullivan
Reported 2010-12-02 09:18:12 PST
In Radar as <rdar://problem/8712674> There are some reports from the field of an exception thrown in [WebAuthenticationPanel setUpForChallenge] where a nil string is being passed to [NSCell setStringValue:]. There are several calls to setStringValue: in that method, but it appears that only the call that passes "realm" could be the culprit.
Attachments
Patch to substitute an empty string for a nil string (for realm) (1.25 KB, patch)
2010-12-02 09:21 PST, John Sullivan
aroben: review+
John Sullivan
Comment 1 2010-12-02 09:21:09 PST
Created attachment 75386 [details] Patch to substitute an empty string for a nil string (for realm)
John Sullivan
Comment 2 2010-12-02 09:45:07 PST
Fixed in r73143.
Note You need to log in before you can comment on or make changes to this bug.