CVSROOT: /cvs Module name: src Changes by: [email protected] 2019/03/09 03:11:54
Modified files:
usr.sbin/acme-client: main.c
Log message:
use temporary strings for calls to basename(), because it may change
the contents of its argument (on other platforms). Also strdup() the result,
because basename returns a pointer to static memory.
ok florian@
