Skip to content

Commit e1dccdd

Browse files
likebreathrbradford
authored andcommitted
release v0.8.1
Details in the CHANGELOG.md. Signed-off-by: Bo Chen <[email protected]>
1 parent a44f152 commit e1dccdd

File tree

2 files changed

+15
-2
lines changed

2 files changed

+15
-2
lines changed

CHANGELOG.md

+14-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,19 @@
1+
# [v0.8.1]
2+
3+
## Fixed
4+
5+
- [[#125]](https://github.com/rust-vmm/linux-loader/pull/125) The ELF
6+
header contains offsets that the loader uses to find other
7+
structures. If those offsets are beyond the end of the file (or would go
8+
past the end of the file) it is essential to error out when attempting
9+
to read those.
10+
11+
## Added
12+
- Add a new criterion advisory to ignore list [`2580d4`](https://github.com/rust-vmm/linux-loader/commit/2580d45f741988468e9b086adbcadae7cc7433a5)
13+
114
# [v0.8.0]
215

3-
# Changed
16+
## Changed
417

518
- Updated vm-memory from 0.9.0 to 0.10.0
619

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "linux-loader"
3-
version = "0.8.0"
3+
version = "0.8.1"
44
authors = ["Cathy Zhang <[email protected]>"]
55
edition = "2021"
66
license = "Apache-2.0 AND BSD-3-Clause"

0 commit comments

Comments
 (0)