mirror of
https://github.com/RTimothyEdwards/magic.git
synced 2026-08-29 01:24:51 +02:00
the "connected other node to. . ." message when terminals of a device are shorted. A long enough node name, especially one created by concatenating hierarchy when flattening a cell, can easily overrun the short 256-byte string buffer. Fixed by changing strcat() to strncat().