ManyThreads / mythos

Many Threads Operating System
https://manythreads.github.io/mythos/
MIT License
17 stars 4 forks source link

KernelMemory has to zero its meta data #203

Open rottaran opened 3 years ago

rottaran commented 3 years ago

When allocating a frame from KernelMemory, the frame still contains the free-list data of the KernelMemory implementation. This is leaking information and might irritate initialization routines.