You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+14-1Lines changed: 14 additions & 1 deletion
Original file line number
Diff line number
Diff 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)
0 commit comments