Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 14 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,19 @@
# [v0.8.1]

## Fixed

- [[#125]](https://github.com/rust-vmm/linux-loader/pull/125) The ELF
header contains offsets that the loader uses to find other
structures. If those offsets are beyond the end of the file (or would go
past the end of the file) it is essential to error out when attempting
to read those.

## Added
- Add a new criterion advisory to ignore list [`2580d4`](https://github.com/rust-vmm/linux-loader/commit/2580d45f741988468e9b086adbcadae7cc7433a5)

# [v0.8.0]

# Changed
## Changed

- Updated vm-memory from 0.9.0 to 0.10.0

Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "linux-loader"
version = "0.8.0"
version = "0.8.1"
authors = ["Cathy Zhang <cathy.zhang@intel.com>"]
edition = "2021"
license = "Apache-2.0 AND BSD-3-Clause"
Expand Down