RESOLVED INVALID 65703
Leak of password string when creating Credential
https://bugs.webkit.org/show_bug.cgi?id=65703
Summary Leak of password string when creating Credential
Pratik Solanki
Reported 2011-08-04 10:49:56 PDT
In AuthenticationCF.cpp, we have Credential core(CFURLCredentialRef cfCredential) { .... return Credential(CFURLCredentialGetUsername(cfCredential), CFURLCredentialCopyPassword(cfCredential), persistence); } The password string returned from CFURLCredentialCopyPassword is a copy. We need to free it.
Attachments
Pratik Solanki
Comment 1 2011-08-04 11:02:39 PDT
Actually I'll just do this as part of bug 65704.
Note You need to log in before you can comment on or make changes to this bug.