From mboxrd@z Thu Jan 1 00:00:00 1970 From: greg@kroah.com (Greg KH) Date: Thu, 12 May 2011 08:20:14 -0700 Subject: Module to sanitize freed memory ? In-Reply-To: References: Message-ID: <20110512152014.GA6080@kroah.com> To: kernelnewbies@lists.kernelnewbies.org List-Id: kernelnewbies.lists.kernelnewbies.org On Thu, May 12, 2011 at 05:12:19PM +0200, Chris Laberti wrote: > Hi, > > Is there a kernel module that sanitizes (overwrites) freed memory ? Or > maybe does sysctl offer something like this ? What's wrong with the kernel option that does this for you (CONFIG_DEBUG_SLAB)? No need to write a separate kernel module at all. greg k-h