|
|
|
|
|
|
|
|
|
|
xen-devel
Re: [Xen-devel] New heap API and scrubbing
On 10/02/2009 22:53, "Dan Magenheimer" <dan.magenheimer@xxxxxxxxxx> wrote:
> Moreover, it appears that there are MANY calls throughout
> Xen to free_XXXheap_page/s() but I don't see much code
> that scrubs the pages before freeing them. Isn't
> this a potential security issue? Perhaps it should
> be easier to free+scrub pages?
Pages which are currently not scrubbed are either:
1. Freed by a domain before it dies, so it has to scrub them.
2. Xenheap pages or anonymous domheap pages which thus contained no guest
data and no security risk in not scrubbing them.
Feel free to add a free+scrub function.
-- Keir
_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel
|
|
|
|
|