Skip to content

Bug in kalign_heap #16

@ankarenko

Description

@ankarenko

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

while (!last->next)

I think it should be
while (last->next)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions