]> CyberLeo.Net >> Repos - FreeBSD/stable/9.git/commit
MFC r292605, r292606, r292607, r292608:
authorpfg <pfg@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Mon, 4 Jan 2016 03:22:06 +0000 (03:22 +0000)
committerpfg <pfg@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Mon, 4 Jan 2016 03:22:06 +0000 (03:22 +0000)
commit77134a54bc4a55f63c1320e628a5895632cc3577
tree483f02ce37e518c3aa6d25dec12783f20fba77dd
parentb67b43aa73ef5867dfc6033548280534ee4d5b10
MFC r292605, r292606, r292607, r292608:

cron: bring some fixes for Coverity reports and other issues.

crontab: replace malloc + bzero with calloc
crontab: properly free an entry
cron: Check the return value of pipe(2)

CID: 271773, 1009830,

git-svn-id: svn://svn.freebsd.org/base/stable/9@293133 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f
usr.sbin/cron/cron/do_command.c
usr.sbin/cron/cron/popen.c
usr.sbin/cron/crontab/crontab.c