RESOLVED FIXED Bug 50393
setStringValue: sometimes called with nil in [WebAuthenticationPanel setUpForChallenge]
https://bugs.webkit.org/show_bug.cgi?id=50393
Summary setStringValue: sometimes called with nil in [WebAuthenticationPanel setUpFor...
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.