Subject: MALLOC()
To: None <thorpej@netbsd.org>
From: None <itojun@iijlab.net>
List: tech-kern
Date: 08/26/2000 11:07:57
>Module Name:	syssrc
>Committed By:	thorpej
>Date:		Fri Aug 25 21:25:58 UTC 2000
>Modified Files:
>	syssrc/sys/netinet6: ipcomp_core.c
>Log Message:
>Don't use MALLOC() for variable-sized allocations.

	sorry for stupid question, could you tell me why?
	is there any future plan to change MALLOC() internal?
	did I missed any emails/whatever?  malloc(9) is silent about it.

itojun