WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
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
Add attachment
proposed patch, testcase, etc.
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.
Top of Page
Format For Printing
XML
Clone This Bug