Assert if the QuickDER decoder does not consume all the input

This commit is contained in:
jpierre%netscape.com 2002-11-09 01:56:01 +00:00
Родитель f8464e5fff
Коммит cc471dc4ee
1 изменённых файлов: 1 добавлений и 0 удалений

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

@ -901,6 +901,7 @@ SECStatus SEC_QuickDERDecodeItem(PRArenaPool* arena, void* dest,
else
{
PORT_ArenaUnmark(arena, savpos);
PORT_Assert(0 == newsrc.len);
}
}