Subject: Re: CVS commit: basesrc
To: None <thorpej@netbsd.org>
From: None <itojun@iijlab.net>
List: source-changes
Date: 06/03/2000 11:22:46
>Module Name:	basesrc
>Committed By:	thorpej
>Date:		Fri Jun  2 22:09:02 UTC 2000
>
>Modified Files:
>	basesrc/lib/libterm: termcap.c
>
>Log Message:
>Back out previous change.  It causes all sorts of problems.  The
>memory leakage stuff should be addressed, but this change was
>obviously wrong.

	sorry that I did not inform it.  I tested 1.33 -> 1.34 change
	before I commit 1.32 -> 1.33 change (which uses "*area" as return value
	from t_getstr) but it failed for me.  I asked it in tech-userlevel
	and Brett confirmed that t_getstr returns malloc'ed region.

	still not sure what is the right way to handle, so maybe I should 
	shut up and watch...

itojun