Subject: Re: PROPOSAL: removal of brk()/sbrk().
To: <>
From: Ignatios Souvatzis <is@netbsd.org>
List: tech-kern
Date: 03/01/2002 21:09:24
On Fri, Mar 01, 2002 at 12:51:14AM -0500, Thor Lancelot Simon wrote:
> 
> Just to be clear, if you move the break pointer up and down, you're
> just going to get your *own* nonzeroed memory back, not some other
> process's.

Is this really true even if you cross VM page boundaries?

	-is