This website requires JavaScript.
Explore
Help
Register
Sign In
luke
/
magic
mirror of
https://github.com/RTimothyEdwards/magic.git
Watch
1
Star
0
Fork
You've already forked magic
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
58c6a32a6c
magic
/
VERSION
2 lines
8 B
Plaintext
Raw
Normal View
History
Unescape
Escape
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-22 03:04:30 +01:00
8.3.384