Date: Sat, 1 Jul 2000 03:35:07 -0700 (PDT) From: Paul Saab <ps@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/cron/cron do_command.c src/usr.sbin/cron/lib entry.c env.c misc.c Message-ID: <200007011035.DAA46704@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
ps 2000/07/01 03:35:07 PDT Modified files: (Branch: RELENG_4) usr.sbin/cron/cron do_command.c usr.sbin/cron/lib entry.c env.c misc.c Log: MFC: env.c [rev 1.8,1.9] Fix a situation where a pointer which should point to dynamically allocated memory was instead pointed to a static string. misc.c [rev 1.9] entry.c [rev 1.11] Catch and report memory allocation failures. do_command.c [rev 1.16] Catch and report fdopen failures. Revision Changes Path 1.15.2.1 +10 -0 src/usr.sbin/cron/cron/do_command.c 1.9.2.2 +66 -4 src/usr.sbin/cron/lib/entry.c 1.7.2.1 +10 -5 src/usr.sbin/cron/lib/env.c 1.8.2.1 +31 -25 src/usr.sbin/cron/lib/misc.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200007011035.DAA46704>