Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Frame Allocator: avoid creating duplicate free regions during init (#โฆ
โฆ1105) The duplicate region was created due to a bug in the `check_and_add_free_region` function: After returning from a recursive call, the original area's end frame should be updated to *not include* th region that was just added to the free list.
- Loading branch information