Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

NetBSD master CVS tree commits



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.




Home | Main Index | Thread Index | Old Index