CVSROOT: /cvs Module name: src Changes by: [email protected] 2023/05/05 07:50:40
Modified files:
usr.sbin/cron : crontab.c
Log message:
crontab: move spool temp file creation to spool_mkstemp()
This fixes a bug introduced in rev 1.86 where if the second seteuid()
call failed, a temporary file would be left in the spool directory.
