Skip to content

Commit 8720475

Browse files
committed
liberty seg fault
Signed-off-by: James Cherry <[email protected]>
1 parent 54d85a9 commit 8720475

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

liberty/LibertyReader.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3298,7 +3298,7 @@ void
32983298
LibertyReader::endBundle(LibertyGroup *group)
32993299
{
33003300
if (cell_) {
3301-
if (ports_->empty())
3301+
if (ports_ && ports_->empty())
33023302
libWarn(1237, group, "bundle %s member not found.", group->firstName());
33033303
endBusOrBundle();
33043304
in_bundle_ = false;

0 commit comments

Comments
 (0)