зеркало из https://github.com/mozilla/pjs.git
fix problem caused by dereferencing null pointer
This commit is contained in:
Родитель
3ff10dac06
Коммит
44e0cdcd2c
|
@ -1503,7 +1503,7 @@ SI_RestoreOldSignonData
|
|||
|
||||
/* get the data from previous time this URL was visited */
|
||||
|
||||
if ((si_TagCount == 1) || url->firsttime_chosing_user) {
|
||||
if ((si_TagCount == 1) || (url && url->firsttime_chosing_user)) {
|
||||
user = si_GetUser(context, URLName, FALSE);
|
||||
} else {
|
||||
if (url) {
|
||||
|
|
Загрузка…
Ссылка в новой задаче