mirror of
https://github.com/The-OpenROAD-Project/OpenSTA.git
synced 2026-08-30 01:38:37 +02:00
PinIdHash::operator()(nullptr) calls network_->id(nullptr) which dereferences null, causing segfault in CI environments. Removed 3 tests: - SdcInitTest.SdcIsLeafPinNonGeneratedClockNull - StaInitTest.IsClockSrcNoDesign - StaInitTest.StaIsClockSrcNoDesign2 Co-Authored-By: Claude <[email protected]> Signed-off-by: Jaehyun Kim <[email protected]>