Subject: CVS commit: src/sbin/sysctl
To: None <source-changes@NetBSD.org>
From: Andrew Brown <atatat@netbsd.org>
List: source-changes
Date: 02/19/2004 03:16:24
Module Name:	src
Committed By:	atatat
Date:		Thu Feb 19 03:16:24 UTC 2004

Modified Files:
	src/sbin/sysctl: sysctlutil.c

Log Message:
Avoid using things that don't smell like they're the right size (the
size should be a multiple of sizeof(struct sysctlnode)), and avoid
leaking memory in the case of things that don't have children.


To generate a diff of this commit:
cvs rdiff -r1.2 -r1.3 src/sbin/sysctl/sysctlutil.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.