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 1744711 commit 2931a16Copy full SHA for 2931a16
CHANGELOG.md
@@ -1,3 +1,9 @@
1
+# [v0.2.1]
2
+
3
+## Fixed
4
+- [[#93]](https://github.com/rust-vmm/vm-memory/issues/93): Avoid torn writes
5
+ with memcpy.
6
7
# [v0.2.0]
8
9
## Added
Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "vm-memory"
-version = "0.2.0"
+version = "0.2.1"
description = "Safe abstractions for accessing the VM physical memory"
keywords = ["memory"]
authors = ["Liu Jiang <[email protected]>"]
0 commit comments