hikalium / liumos

A toy operating system which supports NVDIMM natively.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Fix race in memory allocation

hikalium opened this issue · comments

Currently, there is no lock around memory allocation. this may cause memory corruption so fix it!