CVSROOT:        /cvs
Module name:    src
Changes by:     [email protected]   2019/03/08 11:42:45

Modified files:
        usr.sbin/acme-client: main.c 

Log message:
fix dirname usage in acme-client: dirname() can modify its argument
(it does not on OpenBSD) so we need to us a copy of the string.  In
addition, copy the result of dirname() as well, because it's static
storage and if we call dirname() again it will be overwritten.
Original problem noted and fix suggested by Wolf (wolf AT wolfsden DOT
cz)
ok florian@

Reply via email to