Made another correction to the recent change in ext2spice.c where

an out-of-bounds array access occurs that can cause bad output at
best and a crash condition at worst.
This commit is contained in:
Tim Edwards 2021-10-07 10:58:21 -04:00
parent 15f081b4da
commit 6b1365708d
2 changed files with 2 additions and 1 deletions

View File

@ -1 +1 @@
8.3.214
8.3.215

View File

@ -1803,6 +1803,7 @@ topVisit(def, doStub)
for (nodeName = sname; nodeName != NULL; nodeName = nodeName->efnn_next)
{
portidx = nodeName->efnn_port;
if (portidx < 0) continue;
/* If view is abstract, rely on the given port name, not
* the node. Otherwise, artifacts of the abstract view