Skip to content

Commit

Permalink
Update changelog for #68
Browse files Browse the repository at this point in the history
  • Loading branch information
phil-opp committed Sep 6, 2022
1 parent 168d791 commit 1c2c9bb
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Unreleased

- Fix build on stable by adding missing field in `HoleList` initializer ([#68](https://github.com/rust-osdev/linked-list-allocator/pull/68))
- Fixes a bug introduced in `v0.10.2`.

# 0.10.2 – 2022-09-06

Fix for potential out-of-bound writes that were possible on `Heap` initialization and `Heap::extend`. See the [security advisory](https://github.com/rust-osdev/linked-list-allocator/security/advisories/GHSA-xg8p-34w2-j49j) for details. The issues were fixed in the following way:
Expand Down

0 comments on commit 1c2c9bb

Please sign in to comment.