]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Work around a memory fault on ia64 caused by having the 1MB buffer on
authorMarcel Moolenaar <marcel@FreeBSD.org>
Mon, 27 May 2002 07:54:43 +0000 (07:54 +0000)
committerMarcel Moolenaar <marcel@FreeBSD.org>
Mon, 27 May 2002 07:54:43 +0000 (07:54 +0000)
commit6db5f8a79ec0a22ceae686e7a5470a3046a36841
treeee163d4e73cf9ba53996a3e9aa01f62a04e87cc7
parent66f9c15fcf7229a1fcac3ac8a15c1a185d945f69
Work around a memory fault on ia64 caused by having the 1MB buffer on
the stack in DoFile(). This needs some investigation. In the mean time
we do a one time malloc() for the buffer to have it on the heap instead.
sbin/savecore/savecore.c