1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-14 10:09:48 +00:00
freebsd/usr.sbin/cron
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
..
cron $Id$ -> $FreeBSD$ 1999-08-28 01:35:59 +00:00
crontab Revive rev 1.12 (NetBSD improvements including @ shortcuts). 2000-03-14 14:51:55 +00:00
doc $Id$ -> $FreeBSD$ 1999-08-28 01:35:59 +00:00
lib Fix a situation where a pointer which should point to dynamically 2000-04-28 15:31:28 +00:00
Makefile
Makefile.inc $Id$ -> $FreeBSD$ 1999-08-28 01:35:59 +00:00