Module to sanitize freed memory ?

Robert P. J. Day rpjday at crashcourse.ca
Thu May 12 11:23:56 EDT 2011


On Thu, 12 May 2011, Chris Laberti wrote:

> Hi,
>
> Is there a kernel module that sanitizes (overwrites) freed memory ? Or
> maybe does sysctl offer something like this ?

  you can always use the kzfree() routine, that zeroes freed memory
automatically.

rday

-- 

========================================================================
Robert P. J. Day                                 Ottawa, Ontario, CANADA
                        http://crashcourse.ca

Twitter:                                       http://twitter.com/rpjday
LinkedIn:                               http://ca.linkedin.com/in/rpjday
========================================================================



More information about the Kernelnewbies mailing list