Bug 400822 - Cert Viewer crashes when encountering improperly encoded GeneralNames (in AIA or CDP extensions) [@ ProcessGeneralName]; r=kaie

This commit is contained in:
Kaspar Brand 2008-12-21 18:23:19 +01:00
Родитель cc9447ee12
Коммит fc60372461
1 изменённых файлов: 3 добавлений и 0 удалений

Просмотреть файл

@ -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(&current->name.OthName.oid);