File tree Expand file tree Collapse file tree 2 files changed +15
-2
lines changed Expand file tree Collapse file tree 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+
114# [ v0.8.0]
215
3- # Changed
16+ ## Changed
417
518- Updated vm-memory from 0.9.0 to 0.10.0
619
Original file line number Diff line number Diff line change 11[package ]
22name = " linux-loader"
3- version = " 0.8.0 "
3+ version = " 0.8.1 "
44authors = [
" Cathy Zhang <[email protected] >" ]
55edition = " 2021"
66license = " Apache-2.0 AND BSD-3-Clause"
You can’t perform that action at this time.
0 commit comments