зеркало из https://github.com/mozilla/pjs.git
16427 r=akhil.arora@sun.com fixed by Denis Sharypov <sdv@sparc.spb.su>
Check before dereferencing a NULL pointer.
This commit is contained in:
Родитель
084be896ce
Коммит
d91d37ae36
|
@ -430,7 +430,7 @@ JNIEXPORT jobject JNICALL Java_org_mozilla_dom_ElementImpl_setAttributeNode
|
|||
return NULL;
|
||||
}
|
||||
|
||||
ret->AddRef();
|
||||
if (ret) ret->AddRef();
|
||||
return jattr;
|
||||
}
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче