Use reallocarray() instead of calloc() when making a copy of the
authormillert <millert@openbsd.org>
Wed, 14 Jan 2015 18:28:15 +0000 (18:28 +0000)
committermillert <millert@openbsd.org>
Wed, 14 Jan 2015 18:28:15 +0000 (18:28 +0000)
commitc1606dc636c54bf80935e3e34b06ec5630e94475
treeccb8c48d592d83be74213745753db462297af883
parent2f7617b1f7eadb18a344fc09f8f6c50752a37369
Use reallocarray() instead of calloc() when making a copy of the
environment.  We already explicitly NULL terminate the array.
usr.sbin/cron/env.c