]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Fix a situation where a pointer which should point to dynamically
authorghelmer <ghelmer@FreeBSD.org>
Fri, 28 Apr 2000 15:31:28 +0000 (15:31 +0000)
committerghelmer <ghelmer@FreeBSD.org>
Fri, 28 Apr 2000 15:31:28 +0000 (15:31 +0000)
commit5869eff8901701f3215b4a78477cc57e21f16416
tree456b0ef2c04594f53600bf8d6955aefa0bd3cf53
parent68665ff50512fd9baa5bc783a90faac11670b0dd
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
usr.sbin/cron/lib/env.c