-
Notifications
You must be signed in to change notification settings - Fork 30
Open
Description
Hello, thanks for the project, it very helps me to learn os development
I've found a little but quite severe bug in kalign_heap function
mos/src/kernel/memory/malloc.c
Line 156 in 8327ee4
| while (!last->next) |
I think it should be
while (last->next)
Metadata
Metadata
Assignees
Labels
No labels