зеркало из https://github.com/mozilla/gecko-dev.git
Assert if the QuickDER decoder does not consume all the input
This commit is contained in:
Родитель
f8464e5fff
Коммит
cc471dc4ee
|
@ -901,6 +901,7 @@ SECStatus SEC_QuickDERDecodeItem(PRArenaPool* arena, void* dest,
|
|||
else
|
||||
{
|
||||
PORT_ArenaUnmark(arena, savpos);
|
||||
PORT_Assert(0 == newsrc.len);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче