Rewrite remaining strcpy() calls in core.
authorDavid Griffith <dave@661.org>
Sat, 2 Feb 2019 09:00:38 +0000 (01:00 -0800)
committerDavid Griffith <dave@661.org>
Sat, 2 Feb 2019 09:00:38 +0000 (01:00 -0800)
commitceb62c05dd7808cc0f2a6b65e7dbfbe0f7c9682d
tree9ba9a27a17c89deba326fcffc2ead8cbe67fd644
parente83a431d58f47ec60854b247223cd4f530b080df
Rewrite remaining strcpy() calls in core.

I need to remember to free all members of the f_setup and u_setup
structures. It seems like the place to do this is in reset_memory() for
the core and os_quit() for curses.  I should add os_quit() for the other
interfaces.
src/common/files.c