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 eb93387 commit 54c8934Copy full SHA for 54c8934
CHANGELOG.md
@@ -1,5 +1,6 @@
1
# Changelog
2
-## [Unreleased]
+
3
+## [v0.3.0]
4
5
### Added
6
@@ -12,6 +13,8 @@
12
13
14
### Fixed
15
16
+- [[#93]](https://github.com/rust-vmm/vm-memory/issues/93): DoS issue when using
17
+ virtio with rust-vmm/vm-memory.
18
- [[#106]](https://github.com/rust-vmm/vm-memory/issues/106): Asserts trigger
19
on zero-length access.
20
Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "vm-memory"
-version = "0.2.0"
+version = "0.3.0"
description = "Safe abstractions for accessing the VM physical memory"
keywords = ["memory"]
authors = ["Liu Jiang <[email protected]>"]
0 commit comments