mirror of
https://github.com/The-OpenROAD-Project/OpenSTA.git
synced 2026-08-30 01:38:37 +02:00
Sta::tcl_interp_ is not initialized in the constructor, so tclInterp() returns garbage before setTclInterp() is called. The assertion `before == nullptr` fails in Release builds where memory is not zero-initialized. Remove the read of uninitialized tcl_interp_ and the assertion. Co-Authored-By: Claude <[email protected]> Signed-off-by: Jaehyun Kim <[email protected]>