From 313f5898eb423f8429f4ab42267392806ab5a975 Mon Sep 17 00:00:00 2001 From: stefan schippers Date: Sun, 21 May 2023 13:47:05 +0200 Subject: [PATCH] add guards against freee of null pointers in name_nodes_of_pins_labels_and_propagate() --- src/netlist.c | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/src/netlist.c b/src/netlist.c index 43029545..e283e299 100644 --- a/src/netlist.c +++ b/src/netlist.c @@ -1004,14 +1004,14 @@ static int name_nodes_of_pins_labels_and_propagate() err |= name_attached_inst(i, x0, y0, sqx, sqy, inst[i].node[0]); } /* if(type && ... */ } /* for(i=0;i