Skip to content

Commit 1c2c9bb

Browse files
committed
Update changelog for #68
1 parent 168d791 commit 1c2c9bb

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Changelog.md

+3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# Unreleased
22

3+
- Fix build on stable by adding missing field in `HoleList` initializer ([#68](https://github.com/rust-osdev/linked-list-allocator/pull/68))
4+
- Fixes a bug introduced in `v0.10.2`.
5+
36
# 0.10.2 – 2022-09-06
47

58
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:

0 commit comments

Comments
 (0)