diff --git a/VERSION b/VERSION index 274b8fb..b707fed 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.5.171 +1.5.172 diff --git a/base/netcmp.c b/base/netcmp.c index d50e05a..38887e7 100644 --- a/base/netcmp.c +++ b/base/netcmp.c @@ -6913,7 +6913,7 @@ struct nlist *addproxies(struct hashlist *p, void *clientdata) /* But if the target cell instance has proxy(no pins), then reuse * the record and modify it. */ - if (!strcmp(ob->name, "proxy(no pins)")) { + if (ob && !strcmp(ob->name, "proxy(no pins)")) { obn = ob; FREE(ob->name); obn->name = (char *)MALLOC(strlen(ob->instance.name)