First page Back Continue Last page Overview Graphics
Object Reuse protection
Operating systems goals include efficiency.
It is often efficient to reuse objects rather than completely destroy them
Trusted systems must make sure that security cannot be abused due to the reuse of objects usually by clearing, or zeroing, out any object before it is allocated to the user.
Notes: