File tree 2 files changed +15
-2
lines changed
2 files changed +15
-2
lines changed Original file line number Diff line number Diff line change
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
+
1
14
# [ v0.8.0]
2
15
3
- # Changed
16
+ ## Changed
4
17
5
18
- Updated vm-memory from 0.9.0 to 0.10.0
6
19
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " linux-loader"
3
- version = " 0.8.0 "
3
+ version = " 0.8.1 "
4
4
authors = [
" Cathy Zhang <[email protected] >" ]
5
5
edition = " 2021"
6
6
license = " Apache-2.0 AND BSD-3-Clause"
You can’t perform that action at this time.
0 commit comments