2006/6/18, Dag-Erling Smørgrav <[EMAIL PROTECTED]>:
"Nick Borisov" <[EMAIL PROTECTED]> writes:
> Could you tell me if FreeBSD supports memory page nulling when
> releasing it to prevent unauthorized access to data left in the page
> after it's allocated again.

Processes always get zeroed pages from the kernel.  This is the case
for all Unices, and has been for decades.

Well, providing zeroed pages to processes is not quite similar to
explicit cleaning of pages after use as some security standards
demand. That's why I'm asking. The "Z" malloc option seems to be
suitable but it's actually for debugging.
_______________________________________________
freebsd-security@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-security
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Reply via email to