Searched hist:"8261236 de4456a6ae64b5bfe71befe9d15221347" (Results 1 – 1 of 1) sorted by relevance
/freebsd/usr.sbin/cron/lib/ |
H A D | env.c | diff 8261236de4456a6ae64b5bfe71befe9d15221347 Fri Apr 28 17:31:28 CEST 2000 Guy Helmer <ghelmer@FreeBSD.org> 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 diff 8261236de4456a6ae64b5bfe71befe9d15221347 Fri Apr 28 17:31:28 CEST 2000 Guy Helmer <ghelmer@FreeBSD.org> 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
|