зеркало из https://github.com/mozilla/pjs.git
bug 95357, loss of data in password manager, r/sr=waterson,darin, a=asa
This commit is contained in:
Родитель
d6e7c8afbf
Коммит
316a0fe56e
|
@ -1684,11 +1684,7 @@ SI_LoadSignonData() {
|
|||
/* read the URL line */
|
||||
while (NS_SUCCEEDED(si_ReadLine(strm, buffer))) {
|
||||
si_StripLF(buffer);
|
||||
if (buffer.Length() == 0) {
|
||||
/* something's wrong */
|
||||
si_unlock_signon_list();
|
||||
return -1;
|
||||
}
|
||||
/* a blank line is perfectly valid here -- corresponds to a local file */
|
||||
passwordRealm = buffer.ToNewCString();
|
||||
if (!passwordRealm) {
|
||||
si_unlock_signon_list();
|
||||
|
|
Загрузка…
Ссылка в новой задаче