-
rswindell authored
Using sprintf() instead of strcpy() to avoid potential buffer overrun. Using strdup() instead of malloc()/strcpy().
735059e4
This GitLab instance has migrated as of Nov-5-2022 to a new server: hardware, OS, SSH key
The v3.20a development branch has now been merged to the master branch. Sysops upgrading from earlier versions must run 'jsexec update'
Using sprintf() instead of strcpy() to avoid potential buffer overrun. Using strdup() instead of malloc()/strcpy().