From owner-cvs-all Sat Jul 1 3:35:10 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id ECF5837B9A9; Sat, 1 Jul 2000 03:35:07 -0700 (PDT) (envelope-from ps@FreeBSD.org) Received: (from ps@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id DAA46704; Sat, 1 Jul 2000 03:35:07 -0700 (PDT) (envelope-from ps@FreeBSD.org) Message-Id: <200007011035.DAA46704@freefall.freebsd.org> From: Paul Saab Date: Sat, 1 Jul 2000 03:35:07 -0700 (PDT) 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 X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG 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