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 f6dc77e commit 171e91eCopy full SHA for 171e91e
CHANGELOG.md
@@ -1,6 +1,13 @@
1
-# [v0.2.0]
+# Changelog
2
+## [Unreleased]
3
-## Added
4
+### Fixed
5
+- [[#106]](https://github.com/rust-vmm/vm-memory/issues/106): Asserts trigger
6
+ on zero-length access.
7
+
8
+## [v0.2.0]
9
10
+### Added
11
12
- [[#76]](https://github.com/rust-vmm/vm-memory/issues/76): Added `get_slice` and
13
`as_volatile_slice` to `GuestMemoryRegion`.
@@ -10,9 +17,9 @@
17
`ByteValued` which can be used for reading into POD structures from
18
raw bytes.
19
-# [v0.1.0]
20
+## [v0.1.0]
14
21
15
22
16
23
24
- Added traits for working with VM memory.
25
- Added a mmap based implemention for the Guest Memory.
0 commit comments