Subject: NetBSD master CVS tree commits
To: None <source-changes@NetBSD.ORG>
From: The Source of All Evil <source@NetBSD.ORG>
List: source-changes
Date: 05/20/1996 10:50:15
cgd
Mon May 20 10:49:35 EDT 1996
Update of /a/cvsroot/src/bin/sh
In directory pain.lcs.mit.edu:/a/tmp/cvs-serv18242

Modified Files:
	memalloc.c 
Log Message:
Fix growstackblock() 'newlen' calculations:
	(1) it needs to be ALIGNed for both halves of the 'if,' and
	(2) if you're going to claim that you now have ALIGN(newlen)
	    bytes left, you should have actually allocated
	    ALIGN(newlen), rather than just 'newlen' bytes.