mirror of
https://github.com/hexagonal-sun/moss-kernel.git
synced 2026-04-17 21:58:54 -04:00
Miri is failing the smalloc tests due to poorly written tests, mainly due to the fact that raw pointers were derived from mutable refs. Fixup the tests to use the global allocator funcitons directly.