RESOLVED FIXED 107164
Fix a logic error in AuthenticationChallengeMac
https://bugs.webkit.org/show_bug.cgi?id=107164
Summary Fix a logic error in AuthenticationChallengeMac
Alexey Proskuryakov
Reported 2013-01-17 13:04:34 PST
AuthenticationChallenge::setAuthenticationClient creates a dummy m_nsChallenge if there was none. We do not want incorrect fields like this, as they may be picked up by callers. I don't think that this causes any observable badness yet, even though this code path is hit in NetworkProcess authentication delegates.
Attachments
proposed patch (3.64 KB, patch)
2013-01-17 13:16 PST, Alexey Proskuryakov
beidson: review+
Alexey Proskuryakov
Comment 1 2013-01-17 13:16:46 PST
Created attachment 183255 [details] proposed patch
Alexey Proskuryakov
Comment 2 2013-01-17 13:52:21 PST
Note You need to log in before you can comment on or make changes to this bug.