kern/94827

Kris Kennaway kris at obsecurity.org
Sat Apr 1 19:20:22 UTC 2006


The following reply was made to PR kern/94827; it has been noted by GNATS.

From: Kris Kennaway <kris at obsecurity.org>
To: bug-followup at FreeBSD.org, jan at concept.de
Cc:  
Subject: Re: kern/94827
Date: Sat, 1 Apr 2006 14:13:36 -0500

 The problem is because you're mmapping at a specific address that
 happens to overlap with addresses used by malloc.  If you mmap(NULL,
 ...) then the kernel will allocate you an unused address.
 
 Kris
 
 


More information about the freebsd-bugs mailing list