Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-09-22 | kfree: detect double frees | dzwdz | |
2021-09-22 | kfree: check for a magic value before freeing to detect invalid frees | dzwdz | |
2021-09-19 | show the malloc balance on halt; remove a bad kfree() call | dzwdz | |
the kfree() call was freeing a buffer which was inside a process struct | |||
2021-09-05 | move most of the memory stuff to kernel/mem/ | dzwdz | |