]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/commit
MFC r292605, r292606, r292607, r292608:
authorpfg <pfg@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Mon, 4 Jan 2016 03:20:41 +0000 (03:20 +0000)
committerpfg <pfg@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Mon, 4 Jan 2016 03:20:41 +0000 (03:20 +0000)
commit1a8e5efc240ead949e099d5353e81bbec0f90ccf
treeed2024fa036203f89b59b039aaf6da516080c45f
parent5240b342b7b03d0414652bb8505bf574722a6070
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/10@293132 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f
usr.sbin/cron/cron/do_command.c
usr.sbin/cron/cron/popen.c
usr.sbin/cron/crontab/crontab.c