We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e7fbacb commit db3110cCopy full SHA for db3110c
Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "linked_list_allocator"
3
-version = "0.8.2"
+version = "0.8.3"
4
authors = ["Philipp Oppermann <dev@phil-opp.com>"]
5
license = "Apache-2.0/MIT"
6
Changelog.md
@@ -1,3 +1,5 @@
+# 0.8.3
+
- Prevent writing to heap memory range when size too small ([#31](https://github.com/phil-opp/linked-list-allocator/pull/31))
# 0.8.2
0 commit comments