CVSROOT: /cvs Module name: src Changes by: [email protected] 2015/01/14 11:28:15
Modified files:
usr.sbin/cron : env.c
Log message:
Use reallocarray() instead of calloc() when making a copy of the
environment. We already explicitly NULL terminate the array.
