CVSROOT: /cvs Module name: src Changes by: [email protected] 2023/05/18 12:29:28
Modified files:
usr.sbin/user : user.c
Log message:
user: handle paths with whitespace / metacharacters
Use execv(3) instead of system(3) to run external commands.
This avoids problems with whitespace and shell metacharacters
in path names. OK op@
