зеркало из https://github.com/mozilla/gecko-dev.git
Bug 400822 - Cert Viewer crashes when encountering improperly encoded GeneralNames (in AIA or CDP extensions) [@ ProcessGeneralName]; r=kaie
This commit is contained in:
Родитель
cc9447ee12
Коммит
fc60372461
|
@ -1003,6 +1003,9 @@ ProcessGeneralName(PRArenaPool *arena,
|
|||
nsXPIDLString value;
|
||||
nsresult rv = NS_OK;
|
||||
|
||||
if (!current)
|
||||
return NS_ERROR_NULL_POINTER;
|
||||
|
||||
switch (current->type) {
|
||||
case certOtherName: {
|
||||
SECOidTag oidTag = SECOID_FindOIDTag(¤t->name.OthName.oid);
|
||||
|
|
Загрузка…
Ссылка в новой задаче