|
From: Phillip S. <ps...@cf...> - 2001-10-28 15:53:12
|
It most certainly does effect correctness; it is a security hole. MS zeros all pages before they are allocated to keep programs from gaining access to data they shouldn't and comply with C2 security specifications. The optimization is to keep pages on the zeroed list that are already zeroed so you don't have to zero them when they are needed, you zero them when otherwise idle. At 09:11 AM 10/28/2001 +0000, you wrote: >Philip Susi writes > > > >We need to fix that then, and have all demand zero allocations be >satisfied >from the zeroed pool. > > >Not doing the zero'ing is only an optimization, it doesn't affect >correctness. ==================================================== = To remove yourself from this mailing list, go to = = http://www.reactos.com/home/mailing.html = ==================================================== |