freebsd-dev/usr.sbin/cron/lib
Guy Helmer 8261236de4 Fix a situation where a pointer which should point to dynamically
allocated memory was instead pointed to a static string.  A later
free() on the value of the pointer was a possible source of reported
"warning: pointer to wrong page" messages from cron.

Use consistent types in sizeof when malloc'ing memory for the
environment.

PR:		kern/12248, bin/11169, bin/9722
2000-04-28 15:31:28 +00:00
..
compat.c $Id$ -> $FreeBSD$ 1999-08-28 01:35:59 +00:00
entry.c Fix parsing of commands after @ keywords (@hourly, @daily, etc.). 2000-03-13 19:21:17 +00:00
env.c Fix a situation where a pointer which should point to dynamically 2000-04-28 15:31:28 +00:00
Makefile Log run-time parsing errors now 1997-11-02 17:22:20 +00:00
misc.c $Id$ -> $FreeBSD$ 1999-08-28 01:35:59 +00:00