magic/ext2spice
Tim Edwards 58c6a32a6c Applied patch from Donn that converts strcpy() calls in ext2spice
to "safer" strncpy() calls to prevent string buffer overflow.
Also:  Reimplemented the loop in the GDS write routine that counts
ports and then outputs them in order.  It was possible to hang
magic for a long time by giving a port a very, very large index
number.  The new implementation uses qsort() to sort the ports
by index, which is obviously much more efficient for the worst
case (and efficient enough for all normal cases).
2023-03-21 22:04:30 -04:00
..
Makefile Implemented a new configuration variable "dist_prefix" for 2020-01-28 10:40:01 -05:00
ext2hier.c Corrected an issue from the last commit, which is that the default 2023-03-14 12:53:22 -04:00
ext2spice.c Applied patch from Donn that converts strcpy() calls in ext2spice 2023-03-21 22:04:30 -04:00
ext2spice.h Changed the behavior of capacitance value output in ext2spice 2023-03-13 13:21:34 -04:00
spice2sim Initial commit at Tue Apr 25 08:41:48 EDT 2017 by tim on stravinsky 2017-04-25 08:41:48 -04:00